#D34163

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

Shades of Cerise #D34163

Tints of Cerise #D34163

Color information

#D34163 (or 0xD34163) is unknown color: approx Cerise. HEX triplet: D3, 41 and 63. RGB value is (211,65,99). Sum of RGB (Red+Green+Blue) = 211+65+99=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D34163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34163 is #2CBE9C. Grayscale: #707070. Windows color (decimal): -2932381 or 6504915. OLE color: 6504915.

HSL color Cylindrical-coordinate representation of color #D34163: hue angle of 346.03º 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 #D34163 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB2116599-
CMYK00.690.530.17
HSL346.03º62.39%54.12%-
HSV(B)346.03º69.19%82.75%-
XYZ31.0118.5313.75-
YUV112.53120.37198.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.27%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=56.27%
G=17.33%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211659900.690.530.17346.0362.3954.12
HexD34163045351115a3e36
Octal323101143010565215327666
Binary11010011100000111000110100010111010110001101011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34163; }

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

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

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

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

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

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

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

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