Html Css Color HEX #D63AA1 Deep Cerise

📋 copy color: '#D63AA1'

red 214 ◦ green 58 ◦ blue 161

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

Shades of Deep Cerise #D63AA1

Tints of Deep Cerise #D63AA1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.39%

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

R = 49.42%
G = 13.39%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D63AA1 (or 0xD63AA1) is known color: Deep Cerise. HEX triplet: D6, 3A and A1. RGB value is (214,58,161). Sum of RGB (Red+Green+Blue) = 214+58+161=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AA1 is #29C55E. Grayscale: #747474. Windows color (decimal): -2737503 or 10566358. OLE color: 10566358.

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

Color convert

RGB 214 58 161 -
CMYK 0 0.73 0.25 0.16
HSL 320.38º 0.66% 0.53% -
HSV(B) 320.38º 0.73% 0.84% -
XYZ 35.68 19.9 35.68 -
YUV 116.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 214 58 161 0 0.73 0.25 0.16 320.38 0.66 0.53
Hex D6 3A A1 0 49 19 10 140 42 35
Octal 326 72 241 0 111 31 20 500 102 65
Binary 11010110 111010 10100001 0 1001001 11001 10000 101000000 1000010 110101

Color Harmonies of #D63AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AA1

Black with #D63AA1

Text Example


Text Example

White with #D63AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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