#D63388

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

Shades of Deep Cerise #D63388

Tints of Deep Cerise #D63388

Color information

#D63388 (or 0xD63388) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 88. RGB value is (214,51,136). Sum of RGB (Red+Green+Blue) = 214+51+136=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D63388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63388 is #29CC77. Grayscale: #6D6D6D. Windows color (decimal): -2739320 or 8926166. OLE color: 8926166.

HSL color Cylindrical-coordinate representation of color #D63388: hue angle of 328.71º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63388 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21451136-
CMYK00.760.360.16
HSL328.71º66.53%51.96%-
HSV(B)328.71º76.17%83.92%-
XYZ33.3618.4425.09-
YUV109.43143202.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.37%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=53.37%
G=12.72%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145113600.760.360.16328.7166.5351.96
HexD6338804C24101494334
Octal326632100114442051110364
Binary110101101100111000100001001100100100100001010010011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63388; }

 p { color: rgb(214,51,136); }

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

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

 a { background-color: rgb(214,51,136); }

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

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

 span { border-color: rgb(214,51,136); }

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