Html Css Color HEX #D63DA1 Deep Cerise

📋 copy color: '#D63DA1'

red 214 ◦ green 61 ◦ blue 161

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

Shades of Deep Cerise #D63DA1

Tints of Deep Cerise #D63DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 49.08%
G = 13.99%
B = 36.93%

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

#D63DA1 (or 0xD63DA1) is known color: Deep Cerise. HEX triplet: D6, 3D and A1. RGB value is (214,61,161). Sum of RGB (Red+Green+Blue) = 214+61+161=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA1 is #29C25E. Grayscale: #757575. Windows color (decimal): -2736735 or 10567126. OLE color: 10567126.

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

Color convert

RGB 214 61 161 -
CMYK 0 0.71 0.25 0.16
HSL 320.78º 0.65% 0.54% -
HSV(B) 320.78º 0.71% 0.84% -
XYZ 35.83 20.21 35.73 -
YUV 118.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 214 61 161 0 0.71 0.25 0.16 320.78 0.65 0.54
Hex D6 3D A1 0 47 19 10 141 41 36
Octal 326 75 241 0 107 31 20 501 101 66
Binary 11010110 111101 10100001 0 1000111 11001 10000 101000001 1000001 110110

Color Harmonies of #D63DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DA1

Black with #D63DA1

Text Example


Text Example

White with #D63DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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