Html Css Color HEX #D64777 Cranberry

📋 copy color: '#D64777'

red 214 ◦ green 71 ◦ blue 119

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

Shades of Cranberry #D64777

Tints of Cranberry #D64777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 52.97%
G = 17.57%
B = 29.46%

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

#D64777 (or 0xD64777) is known color: Cranberry. HEX triplet: D6, 47 and 77. RGB value is (214,71,119). Sum of RGB (Red+Green+Blue) = 214+71+119=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D64777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64777 is #29B888. Grayscale: #777777. Windows color (decimal): -2734217 or 7817174. OLE color: 7817174.

HSL color Cylindrical-coordinate representation of color #D64777: hue angle of 339.86º 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 #D64777 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 119 -
CMYK 0 0.67 0.44 0.16
HSL 339.86º 0.64% 0.56% -
HSV(B) 339.86º 0.67% 0.84% -
XYZ 33.31 20.13 19.58 -
YUV 119.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 214 71 119 0 0.67 0.44 0.16 339.86 0.64 0.56
Hex D6 47 77 0 43 2C 10 154 40 38
Octal 326 107 167 0 103 54 20 524 100 70
Binary 11010110 1000111 1110111 0 1000011 101100 10000 101010100 1000000 111000

Color Harmonies of #D64777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64777

Black with #D64777

Text Example


Text Example

White with #D64777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64777; }

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

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

background-color css

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

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

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

border-color css

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

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

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