Html Css Color HEX #D64778 Cranberry

📋 copy color: '#D64778'

red 214 ◦ green 71 ◦ blue 120

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

Shades of Cranberry #D64778

Tints of Cranberry #D64778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.53%

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

R = 52.84%
G = 17.53%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D64778 (or 0xD64778) is known color: Cranberry. HEX triplet: D6, 47 and 78. RGB value is (214,71,120). Sum of RGB (Red+Green+Blue) = 214+71+120=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D64778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64778 is #29B887. Grayscale: #777777. Windows color (decimal): -2734216 or 7882710. OLE color: 7882710.

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

Color convert

RGB 214 71 120 -
CMYK 0 0.67 0.44 0.16
HSL 339.44º 0.64% 0.56% -
HSV(B) 339.44º 0.67% 0.84% -
XYZ 33.37 20.16 19.9 -
YUV 119.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 214 71 120 0 0.67 0.44 0.16 339.44 0.64 0.56
Hex D6 47 78 0 43 2C 10 153 40 38
Octal 326 107 170 0 103 54 20 523 100 70
Binary 11010110 1000111 1111000 0 1000011 101100 10000 101010011 1000000 111000

Color Harmonies of #D64778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64778

Black with #D64778

Text Example


Text Example

White with #D64778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64778; }

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

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

background-color css

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

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

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

border-color css

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

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

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