Html Css Color HEX #D8487D Cranberry

📋 copy color: '#D8487D'

red 216 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #D8487D

Tints of Cranberry #D8487D

RGB

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

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

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

R = 52.3%
G = 17.43%
B = 30.27%

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

#D8487D (or 0xD8487D) is known color: Cranberry. HEX triplet: D8, 48 and 7D. RGB value is (216,72,125). Sum of RGB (Red+Green+Blue) = 216+72+125=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8487D is #27B782. Grayscale: #797979. Windows color (decimal): -2602883 or 8210648. OLE color: 8210648.

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

Color convert

RGB 216 72 125 -
CMYK 0 0.67 0.42 0.15
HSL 337.92º 0.65% 0.56% -
HSV(B) 337.92º 0.67% 0.85% -
XYZ 34.34 20.71 21.59 -
YUV 121.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 216 72 125 0 0.67 0.42 0.15 337.92 0.65 0.56
Hex D8 48 7D 0 43 2A F 152 41 38
Octal 330 110 175 0 103 52 17 522 101 70
Binary 11011000 1001000 1111101 0 1000011 101010 1111 101010010 1000001 111000

Color Harmonies of #D8487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8487D

Black with #D8487D

Text Example


Text Example

White with #D8487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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