#D3227F

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

Shades of Deep Cerise #D3227F

Tints of Deep Cerise #D3227F

Color information

#D3227F (or 0xD3227F) is unknown color: approx Deep Cerise. HEX triplet: D3, 22 and 7F. RGB value is (211,34,127). Sum of RGB (Red+Green+Blue) = 211+34+127=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3227F is #2CDD80. Grayscale: #616161. Windows color (decimal): -2940289 or 8331987. OLE color: 8331987.

HSL color Cylindrical-coordinate representation of color #D3227F: hue angle of 328.47º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3227F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB21134127-
CMYK00.840.400.17
HSL328.47º72.24%48.04%-
HSV(B)328.47º83.89%82.75%-
XYZ31.2716.5321.62-
YUV97.52144.64208.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.72%
GREEN value IS 34 (13.67% from 255) = 9.14%
BLUE value IS 127 (50% from 255) = 34.14%
R=56.72%
G=9.14%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113412700.840.400.17328.4772.2448.04
HexD3227F05428111484830
Octal323421770124502151011060
Binary11010011100010111111101010100101000100011010010001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3227F; }

 p { color: rgb(211,34,127); }

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

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

 a { background-color: rgb(211,34,127); }

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

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

 span { border-color: rgb(211,34,127); }

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