Html Css Color HEX #D63CA3 Deep Cerise

📋 copy color: '#D63CA3'

red 214 ◦ green 60 ◦ blue 163

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

Shades of Deep Cerise #D63CA3

Tints of Deep Cerise #D63CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.3%

R = 48.97%
G = 13.73%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D63CA3 (or 0xD63CA3) is known color: Deep Cerise. HEX triplet: D6, 3C and A3. RGB value is (214,60,163). Sum of RGB (Red+Green+Blue) = 214+60+163=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CA3 is #29C35C. Grayscale: #757575. Windows color (decimal): -2736989 or 10697942. OLE color: 10697942.

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

Color convert

RGB 214 60 163 -
CMYK 0 0.72 0.24 0.16
HSL 319.87º 0.65% 0.54% -
HSV(B) 319.87º 0.72% 0.84% -
XYZ 35.96 20.17 36.65 -
YUV 117.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 214 60 163 0 0.72 0.24 0.16 319.87 0.65 0.54
Hex D6 3C A3 0 48 18 10 140 41 36
Octal 326 74 243 0 110 30 20 500 101 66
Binary 11010110 111100 10100011 0 1001000 11000 10000 101000000 1000001 110110

Color Harmonies of #D63CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CA3

Black with #D63CA3

Text Example


Text Example

White with #D63CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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