Html Css Color HEX #D65578 Cranberry

📋 copy color: '#D65578'

red 214 ◦ green 85 ◦ blue 120

#D65578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D65578

Tints of Cranberry #D65578

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

 GREEN value IS 85 (33.59% from 255) = 20.29%

 BLUE value IS 120 (47.27% from 255) = 28.64%

R = 51.07%
G = 20.29%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D65578 (or 0xD65578) is known color: Cranberry. HEX triplet: D6, 55 and 78. RGB value is (214,85,120). Sum of RGB (Red+Green+Blue) = 214+85+120=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D65578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65578 is #29AA87. Grayscale: #7F7F7F. Windows color (decimal): -2730632 or 7886294. OLE color: 7886294.

HSL color Cylindrical-coordinate representation of color #D65578: hue angle of 343.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65578 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 120 -
CMYK 0 0.60 0.44 0.16
HSL 343.72º 0.61% 0.59% -
HSV(B) 343.72º 0.6% 0.84% -
XYZ 34.37 22.15 20.23 -
YUV 127.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 214 85 120 0 0.60 0.44 0.16 343.72 0.61 0.59
Hex D6 55 78 0 3C 2C 10 158 3D 3B
Octal 326 125 170 0 74 54 20 530 75 73
Binary 11010110 1010101 1111000 0 111100 101100 10000 101011000 111101 111011

Color Harmonies of #D65578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65578

Black with #D65578

Text Example


Text Example

White with #D65578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65578; }

 p { color: rgb(214,85,120); }

 H1.HeaderClassName
 {
   color: #D65578;
 }
 .AnyTagClassName
 {
   color: #D65578;
 }
</style>

background-color css

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

 a { background-color: rgb(214,85,120); }

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

border-color css

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

 span { border-color: rgb(214,85,120); }

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