#d3418b

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

Shades of Deep Cerise #D3418B

Tints of Deep Cerise #D3418B

Color information

#D3418B (or 0xD3418B) is unknown color: approx Deep Cerise. HEX triplet: D3, 41 and 8B. RGB value is (211,65,139). Sum of RGB (Red+Green+Blue) = 211+65+139=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3418B is #2CBE74. Grayscale: #747474. Windows color (decimal): -2932341 or 9126355. OLE color: 9126355.

HSL color Cylindrical-coordinate representation of color #D3418B: hue angle of 329.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3418B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB21165139-
CMYK00.690.340.17
HSL329.59º62.39%54.12%-
HSV(B)329.59º69.19%82.75%-
XYZ33.4119.4926.43-
YUV117.09140.37194.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.84%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=50.84%
G=15.66%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116513900.690.340.17329.5962.3954.12
HexD3418B045221114a3e36
Octal323101213010542215127666
Binary110100111000001100010110100010110001010001101001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3418b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3418b; }

 p { color: rgb(211,65,139); }

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

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

 a { background-color: rgb(211,65,139); }

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

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

 span { border-color: rgb(211,65,139); }

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