#D63D7F

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

Shades of Deep Cerise #D63D7F

Tints of Deep Cerise #D63D7F

Color information

#D63D7F (or 0xD63D7F) is unknown color: approx Deep Cerise. HEX triplet: D6, 3D and 7F. RGB value is (214,61,127). Sum of RGB (Red+Green+Blue) = 214+61+127=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D7F is #29C280. Grayscale: #727272. Windows color (decimal): -2736769 or 8338902. OLE color: 8338902.

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

Color convert

RGB21461127-
CMYK00.710.410.16
HSL334.12º65.11%53.92%-
HSV(B)334.12º71.5%83.92%-
XYZ33.2319.1722.03-
YUV114.27135.19199.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 61 (24.22% from 255) = 15.17%
BLUE value IS 127 (50% from 255) = 31.59%
R=53.23%
G=15.17%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146112700.710.410.16334.1265.1153.92
HexD63D7F047291014e4136
Octal326751770107512051610166
Binary11010110111101111111101000111101001100001010011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D7F; }

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

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

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

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

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

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

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

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