#D63D7D

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

Shades of Deep Cerise #D63D7D

Tints of Deep Cerise #D63D7D

Color information

#D63D7D (or 0xD63D7D) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 7D. RGB value is (214,61,125). Sum of RGB (Red+Green+Blue) = 214+61+125=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D7D is #29C282. Grayscale: #717171. Windows color (decimal): -2736771 or 8207830. OLE color: 8207830.

HSL color Cylindrical-coordinate representation of color #D63D7D: hue angle of 334.9º 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 #D63D7D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21461125-
CMYK00.710.420.16
HSL334.9º65.11%53.92%-
HSV(B)334.9º71.5%83.92%-
XYZ33.119.1121.35-
YUV114.04134.19199.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=53.5%
G=15.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146112500.710.420.16334.965.1153.92
HexD63D7D0472A1014f4136
Octal326751750107522051710166
Binary11010110111101111110101000111101010100001010011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D7D; }

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

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

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

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

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

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

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

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