Html Css Color HEX #D8426A Cerise

📋 copy color: '#D8426A'

red 216 ◦ green 66 ◦ blue 106

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

Shades of Cerise #D8426A

Tints of Cerise #D8426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 55.67%
G = 17.01%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8426A (or 0xD8426A) is known color: Cerise. HEX triplet: D8, 42 and 6A. RGB value is (216,66,106). Sum of RGB (Red+Green+Blue) = 216+66+106=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8426A is #27BD95. Grayscale: #737373. Windows color (decimal): -2604438 or 6963928. OLE color: 6963928.

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

Color convert

RGB 216 66 106 -
CMYK 0 0.69 0.51 0.15
HSL 344º 0.66% 0.55% -
HSV(B) 344º 0.69% 0.85% -
XYZ 32.87 19.54 15.67 -
YUV 115.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 216 66 106 0 0.69 0.51 0.15 344 0.66 0.55
Hex D8 42 6A 0 45 33 F 158 42 37
Octal 330 102 152 0 105 63 17 530 102 67
Binary 11011000 1000010 1101010 0 1000101 110011 1111 101011000 1000010 110111

Color Harmonies of #D8426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8426A

Black with #D8426A

Text Example


Text Example

White with #D8426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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