#D9425C

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

Shades of Cerise #D9425C

Tints of Cerise #D9425C

Color information

#D9425C (or 0xD9425C) is unknown color: approx Cerise. HEX triplet: D9, 42 and 5C. RGB value is (217,66,92). Sum of RGB (Red+Green+Blue) = 217+66+92=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9425C is #26BDA3. Grayscale: #727272. Windows color (decimal): -2538916 or 6046425. OLE color: 6046425.

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

Color convert

RGB2176692-
CMYK00.700.580.15
HSL349.67º66.52%55.49%-
HSV(B)349.67º69.59%85.1%-
XYZ32.519.4212.16-
YUV114.11115.53201.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.87%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=57.87%
G=17.6%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217669200.700.580.15349.6766.5255.49
HexD9425C0463AF15e4337
Octal3311021340106721753610367
Binary11011001100001010111000100011011101011111010111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9425C; }

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

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

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

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

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

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

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

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