Html Css Color HEX #DA32AA Deep Cerise

📋 copy color: '#DA32AA'

red 218 ◦ green 50 ◦ blue 170

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

Shades of Deep Cerise #DA32AA

Tints of Deep Cerise #DA32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.42%

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

R = 49.77%
G = 11.42%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA32AA (or 0xDA32AA) is known color: Deep Cerise. HEX triplet: DA, 32 and AA. RGB value is (218,50,170). Sum of RGB (Red+Green+Blue) = 218+50+170=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32AA is #25CD55. Grayscale: #717171. Windows color (decimal): -2477398 or 11154138. OLE color: 11154138.

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

Color convert

RGB 218 50 170 -
CMYK 0 0.77 0.22 0.15
HSL 317.14º 0.69% 0.53% -
HSV(B) 317.14º 0.77% 0.85% -
XYZ 37.31 20.09 39.94 -
YUV 113.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 218 50 170 0 0.77 0.22 0.15 317.14 0.69 0.53
Hex DA 32 AA 0 4D 16 F 13D 45 35
Octal 332 62 252 0 115 26 17 475 105 65
Binary 11011010 110010 10101010 0 1001101 10110 1111 100111101 1000101 110101

Color Harmonies of #DA32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA32AA

Black with #DA32AA

Text Example


Text Example

White with #DA32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA32AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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