Html Css Color HEX #DA31AA Deep Cerise

📋 copy color: '#DA31AA'

red 218 ◦ green 49 ◦ blue 170

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

Shades of Deep Cerise #DA31AA

Tints of Deep Cerise #DA31AA

RGB

 RED value IS 218 (85.55% from 255) = 49.89%

 GREEN value IS 49 (19.53% from 255) = 11.21%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 49.89%
G = 11.21%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA31AA (or 0xDA31AA) is known color: Deep Cerise. HEX triplet: DA, 31 and AA. RGB value is (218,49,170). Sum of RGB (Red+Green+Blue) = 218+49+170=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31AA is #25CE55. Grayscale: #717171. Windows color (decimal): -2477654 or 11153882. OLE color: 11153882.

HSL color Cylindrical-coordinate representation of color #DA31AA: hue angle of 317.04º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31AA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 170 -
CMYK 0 0.78 0.22 0.15
HSL 317.04º 0.7% 0.52% -
HSV(B) 317.04º 0.78% 0.85% -
XYZ 37.27 20 39.93 -
YUV 113.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 218 49 170 0 0.78 0.22 0.15 317.04 0.7 0.52
Hex DA 31 AA 0 4E 16 F 13D 46 34
Octal 332 61 252 0 116 26 17 475 106 64
Binary 11011010 110001 10101010 0 1001110 10110 1111 100111101 1000110 110100

Color Harmonies of #DA31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31AA

Black with #DA31AA

Text Example


Text Example

White with #DA31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31AA; }

 p { color: rgb(218,49,170); }

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

background-color css

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

 a { background-color: rgb(218,49,170); }

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

border-color css

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

 span { border-color: rgb(218,49,170); }

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