#D6285F

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

Shades of Cerise #D6285F

Tints of Cerise #D6285F

Color information

#D6285F (or 0xD6285F) is unknown color: approx Cerise. HEX triplet: D6, 28 and 5F. RGB value is (214,40,95). Sum of RGB (Red+Green+Blue) = 214+40+95=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D6285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6285F is #29D7A0. Grayscale: #626262. Windows color (decimal): -2742177 or 6236374. OLE color: 6236374.

HSL color Cylindrical-coordinate representation of color #D6285F: hue angle of 341.03º 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 #D6285F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2144095-
CMYK00.810.560.16
HSL341.03º68.5%49.8%-
HSV(B)341.03º81.31%83.92%-
XYZ30.5616.6412.43-
YUV98.3126.15210.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.32%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=61.32%
G=11.46%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214409500.810.560.16341.0368.549.8
HexD6285F05138101554532
Octal326501370121702052510562
Binary11010110101000101111101010001111000100001010101011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6285F; }

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

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

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

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

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

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

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

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