Html Css Color HEX #D63DA0 Deep Cerise

📋 copy color: '#D63DA0'

red 214 ◦ green 61 ◦ blue 160

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

Shades of Deep Cerise #D63DA0

Tints of Deep Cerise #D63DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 49.2%
G = 14.02%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D63DA0 (or 0xD63DA0) is known color: Deep Cerise. HEX triplet: D6, 3D and A0. RGB value is (214,61,160). Sum of RGB (Red+Green+Blue) = 214+61+160=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA0 is #29C25F. Grayscale: #757575. Windows color (decimal): -2736736 or 10501590. OLE color: 10501590.

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

Color convert

RGB 214 61 160 -
CMYK 0 0.71 0.25 0.16
HSL 321.18º 0.65% 0.54% -
HSV(B) 321.18º 0.71% 0.84% -
XYZ 35.75 20.17 35.27 -
YUV 118.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 214 61 160 0 0.71 0.25 0.16 321.18 0.65 0.54
Hex D6 3D A0 0 47 19 10 141 41 36
Octal 326 75 240 0 107 31 20 501 101 66
Binary 11010110 111101 10100000 0 1000111 11001 10000 101000001 1000001 110110

Color Harmonies of #D63DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DA0

Black with #D63DA0

Text Example


Text Example

White with #D63DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DA0; }

 p { color: rgb(214,61,160); }

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

background-color css

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

 a { background-color: rgb(214,61,160); }

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

border-color css

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

 span { border-color: rgb(214,61,160); }

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