Html Css Color HEX #D63AAC Deep Cerise

📋 copy color: '#D63AAC'

red 214 ◦ green 58 ◦ blue 172

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

Shades of Deep Cerise #D63AAC

Tints of Deep Cerise #D63AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 48.2%
G = 13.06%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D63AAC (or 0xD63AAC) is known color: Deep Cerise. HEX triplet: D6, 3A and AC. RGB value is (214,58,172). Sum of RGB (Red+Green+Blue) = 214+58+172=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AAC is #29C553. Grayscale: #757575. Windows color (decimal): -2737492 or 11287254. OLE color: 11287254.

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

Color convert

RGB 214 58 172 -
CMYK 0 0.73 0.20 0.16
HSL 316.15º 0.66% 0.53% -
HSV(B) 316.15º 0.73% 0.84% -
XYZ 36.69 20.3 41.01 -
YUV 117.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 214 58 172 0 0.73 0.20 0.16 316.15 0.66 0.53
Hex D6 3A AC 0 49 14 10 13C 42 35
Octal 326 72 254 0 111 24 20 474 102 65
Binary 11010110 111010 10101100 0 1001001 10100 10000 100111100 1000010 110101

Color Harmonies of #D63AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AAC

Black with #D63AAC

Text Example


Text Example

White with #D63AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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