#D63085

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

Shades of Deep Cerise #D63085

Tints of Deep Cerise #D63085

Color information

#D63085 (or 0xD63085) is unknown color: approx Deep Cerise. HEX triplet: D6, 30 and 85. RGB value is (214,48,133). Sum of RGB (Red+Green+Blue) = 214+48+133=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63085 is #29CF7A. Grayscale: #6B6B6B. Windows color (decimal): -2740091 or 8728790. OLE color: 8728790.

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

Color convert

RGB21448133-
CMYK00.780.380.16
HSL329.28º66.94%51.37%-
HSV(B)329.28º77.57%83.92%-
XYZ33.0218.123.94-
YUV107.32142.5204.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=54.18%
G=12.15%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144813300.780.380.16329.2866.9451.37
HexD6308504E26101494333
Octal326602050116462051110363
Binary110101101100001000010101001110100110100001010010011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63085; }

 p { color: rgb(214,48,133); }

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

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

 a { background-color: rgb(214,48,133); }

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

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

 span { border-color: rgb(214,48,133); }

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