Html Css Color HEX #D8407C Cranberry

📋 copy color: '#D8407C'

red 216 ◦ green 64 ◦ blue 124

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

Shades of Cranberry #D8407C

Tints of Cranberry #D8407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 53.47%
G = 15.84%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8407C (or 0xD8407C) is known color: Cranberry. HEX triplet: D8, 40 and 7C. RGB value is (216,64,124). Sum of RGB (Red+Green+Blue) = 216+64+124=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8407C is #27BF83. Grayscale: #747474. Windows color (decimal): -2604932 or 8143064. OLE color: 8143064.

HSL color Cylindrical-coordinate representation of color #D8407C: hue angle of 336.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8407C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 124 -
CMYK 0 0.70 0.43 0.15
HSL 336.32º 0.66% 0.55% -
HSV(B) 336.32º 0.7% 0.85% -
XYZ 33.79 19.72 21.09 -
YUV 116.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 216 64 124 0 0.70 0.43 0.15 336.32 0.66 0.55
Hex D8 40 7C 0 46 2B F 150 42 37
Octal 330 100 174 0 106 53 17 520 102 67
Binary 11011000 1000000 1111100 0 1000110 101011 1111 101010000 1000010 110111

Color Harmonies of #D8407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8407C

Black with #D8407C

Text Example


Text Example

White with #D8407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8407C; }

 p { color: rgb(216,64,124); }

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

background-color css

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

 a { background-color: rgb(216,64,124); }

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

border-color css

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

 span { border-color: rgb(216,64,124); }

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