Html Css Color HEX #D63C81 Deep Cerise

📋 copy color: '#D63C81'

red 214 ◦ green 60 ◦ blue 129

#D63C81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D63C81

Tints of Deep Cerise #D63C81

RGB

 RED value IS 214 (83.98% from 255) = 53.1%

 GREEN value IS 60 (23.83% from 255) = 14.89%

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 53.1%
G = 14.89%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D63C81 (or 0xD63C81) is known color: Deep Cerise. HEX triplet: D6, 3C and 81. RGB value is (214,60,129). Sum of RGB (Red+Green+Blue) = 214+60+129=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C81 is #29C37E. Grayscale: #717171. Windows color (decimal): -2737023 or 8469718. OLE color: 8469718.

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

Color convert

RGB 214 60 129 -
CMYK 0 0.72 0.40 0.16
HSL 333.12º 0.65% 0.54% -
HSV(B) 333.12º 0.72% 0.84% -
XYZ 33.31 19.11 22.7 -
YUV 113.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 214 60 129 0 0.72 0.40 0.16 333.12 0.65 0.54
Hex D6 3C 81 0 48 28 10 14D 41 36
Octal 326 74 201 0 110 50 20 515 101 66
Binary 11010110 111100 10000001 0 1001000 101000 10000 101001101 1000001 110110

Color Harmonies of #D63C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C81

Black with #D63C81

Text Example


Text Example

White with #D63C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C81; }

 p { color: rgb(214,60,129); }

 H1.HeaderClassName
 {
   color: #D63C81;
 }
 .AnyTagClassName
 {
   color: #D63C81;
 }
</style>

background-color css

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

 a { background-color: rgb(214,60,129); }

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

border-color css

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

 span { border-color: rgb(214,60,129); }

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