#D5286D

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

Shades of Cerise #D5286D

Tints of Cerise #D5286D

Color information

#D5286D (or 0xD5286D) is unknown color: approx Cerise. HEX triplet: D5, 28 and 6D. RGB value is (213,40,109). Sum of RGB (Red+Green+Blue) = 213+40+109=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5286D is #2AD792. Grayscale: #636363. Windows color (decimal): -2807699 or 7153877. OLE color: 7153877.

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

Color convert

RGB21340109-
CMYK00.810.490.16
HSL336.07º68.38%49.61%-
HSV(B)336.07º81.22%83.53%-
XYZ30.9616.7716.07-
YUV99.59133.31208.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 40 (16.02% from 255) = 11.05%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=58.84%
G=11.05%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134010900.810.490.16336.0768.3849.61
HexD5286D05131101504432
Octal325501550121612052010462
Binary11010101101000110110101010001110001100001010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5286D; }

 p { color: rgb(213,40,109); }

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

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

 a { background-color: rgb(213,40,109); }

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

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

 span { border-color: rgb(213,40,109); }

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