#D4349B

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

Shades of Deep Cerise #D4349B

Tints of Deep Cerise #D4349B

Color information

#D4349B (or 0xD4349B) is unknown color: approx Deep Cerise. HEX triplet: D4, 34 and 9B. RGB value is (212,52,155). Sum of RGB (Red+Green+Blue) = 212+52+155=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4349B is #2BCB64. Grayscale: #6F6F6F. Windows color (decimal): -2870117 or 10171604. OLE color: 10171604.

HSL color Cylindrical-coordinate representation of color #D4349B: hue angle of 321.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4349B is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21252155-
CMYK00.750.270.17
HSL321.38º65.04%51.76%-
HSV(B)321.38º75.47%83.14%-
XYZ34.318.8232.84-
YUV111.58152.51199.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 52 (20.70% from 255) = 12.41%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=50.60%
G=12.41%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125215500.750.270.17321.3865.0451.76
HexD4349B04B1B111414134
Octal324642330113332150110164
Binary11010100110100100110110100101111011100011010000011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4349B; }

 p { color: rgb(212,52,155); }

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

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

 a { background-color: rgb(212,52,155); }

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

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

 span { border-color: rgb(212,52,155); }

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