Html Css Color HEX #D94979 Cranberry

📋 copy color: '#D94979'

red 217 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #D94979

Tints of Cranberry #D94979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 52.8%
G = 17.76%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D94979 (or 0xD94979) is known color: Cranberry. HEX triplet: D9, 49 and 79. RGB value is (217,73,121). Sum of RGB (Red+Green+Blue) = 217+73+121=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D94979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94979 is #26B686. Grayscale: #797979. Windows color (decimal): -2537095 or 7948761. OLE color: 7948761.

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

Color convert

RGB 217 73 121 -
CMYK 0 0.66 0.44 0.15
HSL 340º 0.65% 0.57% -
HSV(B) 340º 0.66% 0.85% -
XYZ 34.45 20.9 20.31 -
YUV 121.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 217 73 121 0 0.66 0.44 0.15 340 0.65 0.57
Hex D9 49 79 0 42 2C F 154 41 39
Octal 331 111 171 0 102 54 17 524 101 71
Binary 11011001 1001001 1111001 0 1000010 101100 1111 101010100 1000001 111001

Color Harmonies of #D94979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94979

Black with #D94979

Text Example


Text Example

White with #D94979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94979; }

 p { color: rgb(217,73,121); }

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

background-color css

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

 a { background-color: rgb(217,73,121); }

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

border-color css

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

 span { border-color: rgb(217,73,121); }

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