#D6289F

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

Shades of Deep Cerise #D6289F

Tints of Deep Cerise #D6289F

Color information

#D6289F (or 0xD6289F) is unknown color: approx Deep Cerise. HEX triplet: D6, 28 and 9F. RGB value is (214,40,159). Sum of RGB (Red+Green+Blue) = 214+40+159=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6289F is #29D760. Grayscale: #696969. Windows color (decimal): -2742113 or 10430678. OLE color: 10430678.

HSL color Cylindrical-coordinate representation of color #D6289F: hue angle of 318.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6289F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21440159-
CMYK00.810.260.16
HSL318.97º68.5%49.8%-
HSV(B)318.97º81.31%83.92%-
XYZ34.7518.3234.5-
YUV105.59158.15205.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 40 (16.02% from 255) = 9.69%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=51.82%
G=9.69%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144015900.810.260.16318.9768.549.8
HexD6289F0511A1013f4532
Octal326502370121322047710562
Binary11010110101000100111110101000111010100001001111111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6289F; }

 p { color: rgb(214,40,159); }

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

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

 a { background-color: rgb(214,40,159); }

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

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

 span { border-color: rgb(214,40,159); }

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