#D3348C

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

Shades of Deep Cerise #D3348C

Tints of Deep Cerise #D3348C

Color information

#D3348C (or 0xD3348C) is unknown color: approx Deep Cerise. HEX triplet: D3, 34 and 8C. RGB value is (211,52,140). Sum of RGB (Red+Green+Blue) = 211+52+140=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3348C is #2CCB73. Grayscale: #6D6D6D. Windows color (decimal): -2935668 or 9188563. OLE color: 9188563.

HSL color Cylindrical-coordinate representation of color #D3348C: hue angle of 326.79º degrees, saturation: 0.64, 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 #D3348C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB21152140-
CMYK00.750.340.17
HSL326.79º64.37%51.57%-
HSV(B)326.79º75.36%82.75%-
XYZ32.8318.226.59-
YUV109.57145.18200.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.36%
GREEN value IS 52 (20.70% from 255) = 12.90%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=52.36%
G=12.90%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115214000.750.340.17326.7964.3751.57
HexD3348C04B22111474034
Octal323642140113422150710064
Binary110100111101001000110001001011100010100011010001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3348C; }

 p { color: rgb(211,52,140); }

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

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

 a { background-color: rgb(211,52,140); }

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

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

 span { border-color: rgb(211,52,140); }

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