Html Css Color HEX #DA33AA Deep Cerise

📋 copy color: '#DA33AA'

red 218 ◦ green 51 ◦ blue 170

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

Shades of Deep Cerise #DA33AA

Tints of Deep Cerise #DA33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

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

R = 49.66%
G = 11.62%
B = 38.72%

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

#DA33AA (or 0xDA33AA) is known color: Deep Cerise. HEX triplet: DA, 33 and AA. RGB value is (218,51,170). Sum of RGB (Red+Green+Blue) = 218+51+170=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA33AA is #25CC55. Grayscale: #727272. Windows color (decimal): -2477142 or 11154394. OLE color: 11154394.

HSL color Cylindrical-coordinate representation of color #DA33AA: hue angle of 317.25º 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 #DA33AA is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 170 -
CMYK 0 0.77 0.22 0.15
HSL 317.25º 0.69% 0.53% -
HSV(B) 317.25º 0.77% 0.85% -
XYZ 37.35 20.18 39.96 -
YUV 114.5 159.33 201.82 -
System Red Green Blue C M Y K H S L
Decimal 218 51 170 0 0.77 0.22 0.15 317.25 0.69 0.53
Hex DA 33 AA 0 4D 16 F 13D 45 35
Octal 332 63 252 0 115 26 17 475 105 65
Binary 11011010 110011 10101010 0 1001101 10110 1111 100111101 1000101 110101

Color Harmonies of #DA33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA33AA

Black with #DA33AA

Text Example


Text Example

White with #DA33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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