Html Css Color HEX #D8427C Cranberry

📋 copy color: '#D8427C'

red 216 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D8427C

Tints of Cranberry #D8427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 53.2%
G = 16.26%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8427C (or 0xD8427C) is known color: Cranberry. HEX triplet: D8, 42 and 7C. RGB value is (216,66,124). Sum of RGB (Red+Green+Blue) = 216+66+124=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8427C is #27BD83. Grayscale: #757575. Windows color (decimal): -2604420 or 8143576. OLE color: 8143576.

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

Color convert

RGB 216 66 124 -
CMYK 0 0.69 0.43 0.15
HSL 336.8º 0.66% 0.55% -
HSV(B) 336.8º 0.69% 0.85% -
XYZ 33.91 19.95 21.13 -
YUV 117.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 216 66 124 0 0.69 0.43 0.15 336.8 0.66 0.55
Hex D8 42 7C 0 45 2B F 151 42 37
Octal 330 102 174 0 105 53 17 521 102 67
Binary 11011000 1000010 1111100 0 1000101 101011 1111 101010001 1000010 110111

Color Harmonies of #D8427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8427C

Black with #D8427C

Text Example


Text Example

White with #D8427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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