Html Css Color HEX #D63C98 Deep Cerise

📋 copy color: '#D63C98'

red 214 ◦ green 60 ◦ blue 152

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

Shades of Deep Cerise #D63C98

Tints of Deep Cerise #D63C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 50.23%
G = 14.08%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D63C98 (or 0xD63C98) is known color: Deep Cerise. HEX triplet: D6, 3C and 98. RGB value is (214,60,152). Sum of RGB (Red+Green+Blue) = 214+60+152=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C98 is #29C367. Grayscale: #747474. Windows color (decimal): -2737000 or 9977046. OLE color: 9977046.

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

Color convert

RGB 214 60 152 -
CMYK 0 0.72 0.29 0.16
HSL 324.16º 0.65% 0.54% -
HSV(B) 324.16º 0.72% 0.84% -
XYZ 35.01 19.79 31.68 -
YUV 116.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 214 60 152 0 0.72 0.29 0.16 324.16 0.65 0.54
Hex D6 3C 98 0 48 1D 10 144 41 36
Octal 326 74 230 0 110 35 20 504 101 66
Binary 11010110 111100 10011000 0 1001000 11101 10000 101000100 1000001 110110

Color Harmonies of #D63C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C98

Black with #D63C98

Text Example


Text Example

White with #D63C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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