#D63D86

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

Shades of Deep Cerise #D63D86

Tints of Deep Cerise #D63D86

Color information

#D63D86 (or 0xD63D86) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 86. RGB value is (214,61,134). Sum of RGB (Red+Green+Blue) = 214+61+134=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D86 is #29C279. Grayscale: #727272. Windows color (decimal): -2736762 or 8797654. OLE color: 8797654.

HSL color Cylindrical-coordinate representation of color #D63D86: hue angle of 331.37º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D86 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB21461134-
CMYK00.710.370.16
HSL331.37º65.11%53.92%-
HSV(B)331.37º71.5%83.92%-
XYZ33.719.3524.51-
YUV115.07138.69198.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=52.32%
G=14.91%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146113400.710.370.16331.3765.1153.92
HexD63D86047251014b4136
Octal326752060107452051310166
Binary110101101111011000011001000111100101100001010010111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D86; }

 p { color: rgb(214,61,134); }

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

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

 a { background-color: rgb(214,61,134); }

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

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

 span { border-color: rgb(214,61,134); }

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