Html Css Color HEX #D8487F Cranberry

📋 copy color: '#D8487F'

red 216 ◦ green 72 ◦ blue 127

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

Shades of Cranberry #D8487F

Tints of Cranberry #D8487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.6%

R = 52.05%
G = 17.35%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8487F (or 0xD8487F) is known color: Cranberry. HEX triplet: D8, 48 and 7F. RGB value is (216,72,127). Sum of RGB (Red+Green+Blue) = 216+72+127=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8487F is #27B780. Grayscale: #797979. Windows color (decimal): -2602881 or 8341720. OLE color: 8341720.

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

Color convert

RGB 216 72 127 -
CMYK 0 0.67 0.41 0.15
HSL 337.08º 0.65% 0.56% -
HSV(B) 337.08º 0.67% 0.85% -
XYZ 34.47 20.77 22.27 -
YUV 121.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 216 72 127 0 0.67 0.41 0.15 337.08 0.65 0.56
Hex D8 48 7F 0 43 29 F 151 41 38
Octal 330 110 177 0 103 51 17 521 101 70
Binary 11011000 1001000 1111111 0 1000011 101001 1111 101010001 1000001 111000

Color Harmonies of #D8487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8487F

Black with #D8487F

Text Example


Text Example

White with #D8487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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