#d33274

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

Shades of Deep Cerise #D33274

Tints of Deep Cerise #D33274

Color information

#D33274 (or 0xD33274) is unknown color: approx Deep Cerise. HEX triplet: D3, 32 and 74. RGB value is (211,50,116). Sum of RGB (Red+Green+Blue) = 211+50+116=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D33274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33274 is #2CCD8B. Grayscale: #696969. Windows color (decimal): -2936204 or 7615187. OLE color: 7615187.

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

Color convert

RGB21150116-
CMYK00.760.450.17
HSL335.4º64.66%51.18%-
HSV(B)335.4º76.3%82.75%-
XYZ31.1617.3918.24-
YUV105.66133.84203.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.97%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=55.97%
G=13.26%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115011600.760.450.17335.464.6651.18
HexD3327404C2D1114f4133
Octal323621640114552151710163
Binary11010011110010111010001001100101101100011010011111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d33274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d33274; }

 p { color: rgb(211,50,116); }

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

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

 a { background-color: rgb(211,50,116); }

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

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

 span { border-color: rgb(211,50,116); }

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