Html Css Color HEX #D64676 Cranberry

📋 copy color: '#D64676'

red 214 ◦ green 70 ◦ blue 118

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

Shades of Cranberry #D64676

Tints of Cranberry #D64676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 53.23%
G = 17.41%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64676 (or 0xD64676) is known color: Cranberry. HEX triplet: D6, 46 and 76. RGB value is (214,70,118). Sum of RGB (Red+Green+Blue) = 214+70+118=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D64676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64676 is #29B989. Grayscale: #767676. Windows color (decimal): -2734474 or 7751382. OLE color: 7751382.

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

Color convert

RGB 214 70 118 -
CMYK 0 0.67 0.45 0.16
HSL 340º 0.64% 0.56% -
HSV(B) 340º 0.67% 0.84% -
XYZ 33.19 19.98 19.25 -
YUV 118.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 214 70 118 0 0.67 0.45 0.16 340 0.64 0.56
Hex D6 46 76 0 43 2D 10 154 40 38
Octal 326 106 166 0 103 55 20 524 100 70
Binary 11010110 1000110 1110110 0 1000011 101101 10000 101010100 1000000 111000

Color Harmonies of #D64676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64676

Black with #D64676

Text Example


Text Example

White with #D64676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64676; }

 p { color: rgb(214,70,118); }

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

background-color css

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

 a { background-color: rgb(214,70,118); }

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

border-color css

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

 span { border-color: rgb(214,70,118); }

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