#d3286b

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

Shades of Cerise #D3286B

Tints of Cerise #D3286B

Color information

#D3286B (or 0xD3286B) is unknown color: approx Cerise. HEX triplet: D3, 28 and 6B. RGB value is (211,40,107). Sum of RGB (Red+Green+Blue) = 211+40+107=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3286B is #2CD794. Grayscale: #626262. Windows color (decimal): -2938773 or 7022803. OLE color: 7022803.

HSL color Cylindrical-coordinate representation of color #D3286B: hue angle of 336.49º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3286B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB21140107-
CMYK00.810.490.17
HSL336.49º68.13%49.22%-
HSV(B)336.49º81.04%82.75%-
XYZ30.2816.4315.49-
YUV98.77132.65208.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.94%
GREEN value IS 40 (16.02% from 255) = 11.17%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=58.94%
G=11.17%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114010700.810.490.17336.4968.1349.22
HexD3286B05131111504431
Octal323501530121612152010461
Binary11010011101000110101101010001110001100011010100001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3286b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3286b; }

 p { color: rgb(211,40,107); }

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

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

 a { background-color: rgb(211,40,107); }

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

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

 span { border-color: rgb(211,40,107); }

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