Html Css Color HEX #DA34AA Deep Cerise

📋 copy color: '#DA34AA'

red 218 ◦ green 52 ◦ blue 170

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

Shades of Deep Cerise #DA34AA

Tints of Deep Cerise #DA34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

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

R = 49.55%
G = 11.82%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA34AA (or 0xDA34AA) is known color: Deep Cerise. HEX triplet: DA, 34 and AA. RGB value is (218,52,170). Sum of RGB (Red+Green+Blue) = 218+52+170=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA34AA is #25CB55. Grayscale: #727272. Windows color (decimal): -2476886 or 11154650. OLE color: 11154650.

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

Color convert

RGB 218 52 170 -
CMYK 0 0.76 0.22 0.15
HSL 317.35º 0.69% 0.53% -
HSV(B) 317.35º 0.76% 0.85% -
XYZ 37.4 20.26 39.97 -
YUV 115.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 218 52 170 0 0.76 0.22 0.15 317.35 0.69 0.53
Hex DA 34 AA 0 4C 16 F 13D 45 35
Octal 332 64 252 0 114 26 17 475 105 65
Binary 11011010 110100 10101010 0 1001100 10110 1111 100111101 1000101 110101

Color Harmonies of #DA34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA34AA

Black with #DA34AA

Text Example


Text Example

White with #DA34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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