#d133a3

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

Shades of Deep Cerise #D133A3

Tints of Deep Cerise #D133A3

Color information

#D133A3 (or 0xD133A3) is unknown color: approx Deep Cerise. HEX triplet: D1, 33 and A3. RGB value is (209,51,163). Sum of RGB (Red+Green+Blue) = 209+51+163=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D133A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133A3 is #2ECC5C. Grayscale: #6E6E6E. Windows color (decimal): -3066973 or 10695633. OLE color: 10695633.

HSL color Cylindrical-coordinate representation of color #D133A3: hue angle of 317.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D133A3 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20951163-
CMYK00.760.220.18
HSL317.47º63.2%50.98%-
HSV(B)317.47º75.6%81.96%-
XYZ34.0918.5736.44-
YUV111.01157.35197.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=49.41%
G=12.06%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095116300.760.220.18317.4763.250.98
HexD133A304C161213d3f33
Octal32163243011426224757763
Binary1101000111001110100011010011001011010010100111101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d133a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d133a3; }

 p { color: rgb(209,51,163); }

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

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

 a { background-color: rgb(209,51,163); }

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

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

 span { border-color: rgb(209,51,163); }

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