Html Css Color HEX #D94776 Cranberry

📋 copy color: '#D94776'

red 217 ◦ green 71 ◦ blue 118

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

Shades of Cranberry #D94776

Tints of Cranberry #D94776

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

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

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

R = 53.45%
G = 17.49%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D94776 (or 0xD94776) is known color: Cranberry. HEX triplet: D9, 47 and 76. RGB value is (217,71,118). Sum of RGB (Red+Green+Blue) = 217+71+118=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D94776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94776 is #26B889. Grayscale: #777777. Windows color (decimal): -2537610 or 7751641. OLE color: 7751641.

HSL color Cylindrical-coordinate representation of color #D94776: hue angle of 340.68º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94776 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 118 -
CMYK 0 0.67 0.46 0.15
HSL 340.68º 0.66% 0.56% -
HSV(B) 340.68º 0.67% 0.85% -
XYZ 34.14 20.57 19.31 -
YUV 120.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 217 71 118 0 0.67 0.46 0.15 340.68 0.66 0.56
Hex D9 47 76 0 43 2E F 155 42 38
Octal 331 107 166 0 103 56 17 525 102 70
Binary 11011001 1000111 1110110 0 1000011 101110 1111 101010101 1000010 111000

Color Harmonies of #D94776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94776

Black with #D94776

Text Example


Text Example

White with #D94776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94776; }

 p { color: rgb(217,71,118); }

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

background-color css

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

 a { background-color: rgb(217,71,118); }

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

border-color css

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

 span { border-color: rgb(217,71,118); }

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