Html Css Color HEX #D63CA6 Deep Cerise

📋 copy color: '#D63CA6'

red 214 ◦ green 60 ◦ blue 166

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

Shades of Deep Cerise #D63CA6

Tints of Deep Cerise #D63CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 48.64%
G = 13.64%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D63CA6 (or 0xD63CA6) is known color: Deep Cerise. HEX triplet: D6, 3C and A6. RGB value is (214,60,166). Sum of RGB (Red+Green+Blue) = 214+60+166=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CA6 is #29C359. Grayscale: #757575. Windows color (decimal): -2736986 or 10894550. OLE color: 10894550.

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

Color convert

RGB 214 60 166 -
CMYK 0 0.72 0.22 0.16
HSL 318.7º 0.65% 0.54% -
HSV(B) 318.7º 0.72% 0.84% -
XYZ 36.23 20.28 38.08 -
YUV 118.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 214 60 166 0 0.72 0.22 0.16 318.7 0.65 0.54
Hex D6 3C A6 0 48 16 10 13F 41 36
Octal 326 74 246 0 110 26 20 477 101 66
Binary 11010110 111100 10100110 0 1001000 10110 10000 100111111 1000001 110110

Color Harmonies of #D63CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CA6

Black with #D63CA6

Text Example


Text Example

White with #D63CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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