Html Css Color HEX #D9497D Cranberry

📋 copy color: '#D9497D'

red 217 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #D9497D

Tints of Cranberry #D9497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 52.29%
G = 17.59%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9497D (or 0xD9497D) is known color: Cranberry. HEX triplet: D9, 49 and 7D. RGB value is (217,73,125). Sum of RGB (Red+Green+Blue) = 217+73+125=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9497D is #26B682. Grayscale: #797979. Windows color (decimal): -2537091 or 8210905. OLE color: 8210905.

HSL color Cylindrical-coordinate representation of color #D9497D: hue angle of 338.33º 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 #D9497D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 125 -
CMYK 0 0.66 0.42 0.15
HSL 338.33º 0.65% 0.57% -
HSV(B) 338.33º 0.66% 0.85% -
XYZ 34.7 21 21.63 -
YUV 121.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 217 73 125 0 0.66 0.42 0.15 338.33 0.65 0.57
Hex D9 49 7D 0 42 2A F 152 41 39
Octal 331 111 175 0 102 52 17 522 101 71
Binary 11011001 1001001 1111101 0 1000010 101010 1111 101010010 1000001 111001

Color Harmonies of #D9497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9497D

Black with #D9497D

Text Example


Text Example

White with #D9497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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