Html Css Color HEX #D9487D Cranberry

📋 copy color: '#D9487D'

red 217 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #D9487D

Tints of Cranberry #D9487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

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

R = 52.42%
G = 17.39%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9487D (or 0xD9487D) is known color: Cranberry. HEX triplet: D9, 48 and 7D. RGB value is (217,72,125). Sum of RGB (Red+Green+Blue) = 217+72+125=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9487D is #26B782. Grayscale: #797979. Windows color (decimal): -2537347 or 8210649. OLE color: 8210649.

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

Color convert

RGB 217 72 125 -
CMYK 0 0.67 0.42 0.15
HSL 338.07º 0.66% 0.57% -
HSV(B) 338.07º 0.67% 0.85% -
XYZ 34.63 20.87 21.6 -
YUV 121.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 217 72 125 0 0.67 0.42 0.15 338.07 0.66 0.57
Hex D9 48 7D 0 43 2A F 152 42 39
Octal 331 110 175 0 103 52 17 522 102 71
Binary 11011001 1001000 1111101 0 1000011 101010 1111 101010010 1000010 111001

Color Harmonies of #D9487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9487D

Black with #D9487D

Text Example


Text Example

White with #D9487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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