Html Css Color HEX #D8497D Cranberry

📋 copy color: '#D8497D'

red 216 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #D8497D

Tints of Cranberry #D8497D

RGB

 RED value IS 216 (84.77% from 255) = 52.17%

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

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

R = 52.17%
G = 17.63%
B = 30.19%

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

#D8497D (or 0xD8497D) is known color: Cranberry. HEX triplet: D8, 49 and 7D. RGB value is (216,73,125). Sum of RGB (Red+Green+Blue) = 216+73+125=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8497D is #27B682. Grayscale: #797979. Windows color (decimal): -2602627 or 8210904. OLE color: 8210904.

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

Color convert

RGB 216 73 125 -
CMYK 0 0.66 0.42 0.15
HSL 338.18º 0.65% 0.57% -
HSV(B) 338.18º 0.66% 0.85% -
XYZ 34.4 20.84 21.61 -
YUV 121.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 216 73 125 0 0.66 0.42 0.15 338.18 0.65 0.57
Hex D8 49 7D 0 42 2A F 152 41 39
Octal 330 111 175 0 102 52 17 522 101 71
Binary 11011000 1001001 1111101 0 1000010 101010 1111 101010010 1000001 111001

Color Harmonies of #D8497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8497D

Black with #D8497D

Text Example


Text Example

White with #D8497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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