#D9426A

Color #D9426A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D9426A

Tints of Cerise #D9426A

Color information

#D9426A (or 0xD9426A) is unknown color: approx Cerise. HEX triplet: D9, 42 and 6A. RGB value is (217,66,106). Sum of RGB (Red+Green+Blue) = 217+66+106=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9426A is #26BD95. Grayscale: #737373. Windows color (decimal): -2538902 or 6963929. OLE color: 6963929.

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

Color convert

RGB21766106-
CMYK00.700.510.15
HSL344.11º66.52%55.49%-
HSV(B)344.11º69.59%85.1%-
XYZ33.1719.6915.69-
YUV115.71122.53200.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=55.78%
G=16.97%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176610600.700.510.15344.1166.5255.49
HexD9426A04633F1584337
Octal3311021520106631753010367
Binary11011001100001011010100100011011001111111010110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9426A; }

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

 H1.HeaderClassName
 {
   color: #D9426A;
 }
 .AnyTagClassName
 {
   color: #D9426A;
 }
</style>
background-color css

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

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

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

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

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

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