Html Css Color HEX #DA2AA3 Deep Cerise

📋 copy color: '#DA2AA3'

red 218 ◦ green 42 ◦ blue 163

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

Shades of Deep Cerise #DA2AA3

Tints of Deep Cerise #DA2AA3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.93%

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 51.54%
G = 9.93%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA2AA3 (or 0xDA2AA3) is known color: Deep Cerise. HEX triplet: DA, 2A and A3. RGB value is (218,42,163). Sum of RGB (Red+Green+Blue) = 218+42+163=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2AA3 is #25D55C. Grayscale: #6C6C6C. Windows color (decimal): -2479453 or 10693338. OLE color: 10693338.

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

Color convert

RGB 218 42 163 -
CMYK 0 0.81 0.25 0.15
HSL 318.75º 0.7% 0.51% -
HSV(B) 318.75º 0.81% 0.85% -
XYZ 36.35 19.21 36.44 -
YUV 108.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 218 42 163 0 0.81 0.25 0.15 318.75 0.7 0.51
Hex DA 2A A3 0 51 19 F 13F 46 33
Octal 332 52 243 0 121 31 17 477 106 63
Binary 11011010 101010 10100011 0 1010001 11001 1111 100111111 1000110 110011

Color Harmonies of #DA2AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2AA3

Black with #DA2AA3

Text Example


Text Example

White with #DA2AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2AA3; }

 p { color: rgb(218,42,163); }

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

background-color css

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

 a { background-color: rgb(218,42,163); }

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

border-color css

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

 span { border-color: rgb(218,42,163); }

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