Html Css Color HEX #D63AA2 Deep Cerise

📋 copy color: '#D63AA2'

red 214 ◦ green 58 ◦ blue 162

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

Shades of Deep Cerise #D63AA2

Tints of Deep Cerise #D63AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 49.31%
G = 13.36%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D63AA2 (or 0xD63AA2) is known color: Deep Cerise. HEX triplet: D6, 3A and A2. RGB value is (214,58,162). Sum of RGB (Red+Green+Blue) = 214+58+162=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AA2 is #29C55D. Grayscale: #747474. Windows color (decimal): -2737502 or 10631894. OLE color: 10631894.

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

Color convert

RGB 214 58 162 -
CMYK 0 0.73 0.24 0.16
HSL 320º 0.66% 0.53% -
HSV(B) 320º 0.73% 0.84% -
XYZ 35.77 19.93 36.14 -
YUV 116.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 214 58 162 0 0.73 0.24 0.16 320 0.66 0.53
Hex D6 3A A2 0 49 18 10 140 42 35
Octal 326 72 242 0 111 30 20 500 102 65
Binary 11010110 111010 10100010 0 1001001 11000 10000 101000000 1000010 110101

Color Harmonies of #D63AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AA2

Black with #D63AA2

Text Example


Text Example

White with #D63AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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