Html Css Color HEX #D63C9F Deep Cerise

📋 copy color: '#D63C9F'

red 214 ◦ green 60 ◦ blue 159

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

Shades of Deep Cerise #D63C9F

Tints of Deep Cerise #D63C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 49.42%
G = 13.86%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D63C9F (or 0xD63C9F) is known color: Deep Cerise. HEX triplet: D6, 3C and 9F. RGB value is (214,60,159). Sum of RGB (Red+Green+Blue) = 214+60+159=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C9F is #29C360. Grayscale: #757575. Windows color (decimal): -2736993 or 10435798. OLE color: 10435798.

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

Color convert

RGB 214 60 159 -
CMYK 0 0.72 0.26 0.16
HSL 321.43º 0.65% 0.54% -
HSV(B) 321.43º 0.72% 0.84% -
XYZ 35.61 20.03 34.79 -
YUV 117.33 151.52 196.95 -
System Red Green Blue C M Y K H S L
Decimal 214 60 159 0 0.72 0.26 0.16 321.43 0.65 0.54
Hex D6 3C 9F 0 48 1A 10 141 41 36
Octal 326 74 237 0 110 32 20 501 101 66
Binary 11010110 111100 10011111 0 1001000 11010 10000 101000001 1000001 110110

Color Harmonies of #D63C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C9F

Black with #D63C9F

Text Example


Text Example

White with #D63C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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