#D93E74

Color #D93E74 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D93E74

Tints of Cranberry #D93E74

Color information

#D93E74 (or 0xD93E74) is unknown color: approx Cranberry. HEX triplet: D9, 3E and 74. RGB value is (217,62,116). Sum of RGB (Red+Green+Blue) = 217+62+116=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93E74 is #26C18B. Grayscale: #727272. Windows color (decimal): -2539916 or 7618265. OLE color: 7618265.

HSL color Cylindrical-coordinate representation of color #D93E74: hue angle of 339.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93E74 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21762116-
CMYK00.710.470.15
HSL339.1º67.1%54.71%-
HSV(B)339.1º71.43%85.1%-
XYZ33.4919.4618.51-
YUV114.5128.85201.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 54.94%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=54.94%
G=15.70%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176211600.710.470.15339.167.154.71
HexD93E740472FF1534337
Octal331761640107571752310367
Binary1101100111111011101000100011110111111111010100111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93E74; }

 p { color: rgb(217,62,116); }

 H1.HeaderClassName
 {
   color: #D93E74;
 }
 .AnyTagClassName
 {
   color: #D93E74;
 }
</style>
background-color css

<style>
 a { background-color: #D93E74; }

 a { background-color: rgb(217,62,116); }

 div.DivClassName
 {
   background-color: #D93E74;
 }
 .BgClassName
 {
   background-color: #D93E74;
 }
</style>
border-color css

<style>
 span { border-color: #D93E74; }

 span { border-color: rgb(217,62,116); }

 td.TdClassName
 {
   border-color: #D93E74;
 }
 .TagClassName
 {
   border-color: #D93E74;
 }
</style>