Html Css Color HEX #D65978 Cranberry

📋 copy color: '#D65978'

red 214 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #D65978

Tints of Cranberry #D65978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 50.59%
G = 21.04%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D65978 (or 0xD65978) is known color: Cranberry. HEX triplet: D6, 59 and 78. RGB value is (214,89,120). Sum of RGB (Red+Green+Blue) = 214+89+120=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65978 is #29A687. Grayscale: #818181. Windows color (decimal): -2729608 or 7887318. OLE color: 7887318.

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

Color convert

RGB 214 89 120 -
CMYK 0 0.58 0.44 0.16
HSL 345.12º 0.6% 0.59% -
HSV(B) 345.12º 0.58% 0.84% -
XYZ 34.69 22.8 20.34 -
YUV 129.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 214 89 120 0 0.58 0.44 0.16 345.12 0.6 0.59
Hex D6 59 78 0 3A 2C 10 159 3C 3B
Octal 326 131 170 0 72 54 20 531 74 73
Binary 11010110 1011001 1111000 0 111010 101100 10000 101011001 111100 111011

Color Harmonies of #D65978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65978

Black with #D65978

Text Example


Text Example

White with #D65978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65978; }

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

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

background-color css

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

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

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

border-color css

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

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

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