Html Css Color HEX #DA3AA0 Deep Cerise

📋 copy color: '#DA3AA0'

red 218 ◦ green 58 ◦ blue 160

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

Shades of Deep Cerise #DA3AA0

Tints of Deep Cerise #DA3AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 50%
G = 13.3%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA3AA0 (or 0xDA3AA0) is known color: Deep Cerise. HEX triplet: DA, 3A and A0. RGB value is (218,58,160). Sum of RGB (Red+Green+Blue) = 218+58+160=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3AA0 is #25C55F. Grayscale: #757575. Windows color (decimal): -2475360 or 10500826. OLE color: 10500826.

HSL color Cylindrical-coordinate representation of color #DA3AA0: hue angle of 321.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3AA0 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 58 160 -
CMYK 0 0.73 0.27 0.15
HSL 321.75º 0.68% 0.54% -
HSV(B) 321.75º 0.73% 0.85% -
XYZ 36.77 20.47 35.27 -
YUV 117.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 218 58 160 0 0.73 0.27 0.15 321.75 0.68 0.54
Hex DA 3A A0 0 49 1B F 142 44 36
Octal 332 72 240 0 111 33 17 502 104 66
Binary 11011010 111010 10100000 0 1001001 11011 1111 101000010 1000100 110110

Color Harmonies of #DA3AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3AA0

Black with #DA3AA0

Text Example


Text Example

White with #DA3AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3AA0; }

 p { color: rgb(218,58,160); }

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

background-color css

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

 a { background-color: rgb(218,58,160); }

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

border-color css

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

 span { border-color: rgb(218,58,160); }

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