Html Css Color HEX #DA22A0 Deep Cerise

📋 copy color: '#DA22A0'

red 218 ◦ green 34 ◦ blue 160

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

Shades of Deep Cerise #DA22A0

Tints of Deep Cerise #DA22A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

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

R = 52.91%
G = 8.25%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA22A0 (or 0xDA22A0) is known color: Deep Cerise. HEX triplet: DA, 22 and A0. RGB value is (218,34,160). Sum of RGB (Red+Green+Blue) = 218+34+160=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA22A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA22A0 is #25DD5F. Grayscale: #676767. Windows color (decimal): -2481504 or 10494682. OLE color: 10494682.

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

Color convert

RGB 218 34 160 -
CMYK 0 0.84 0.27 0.15
HSL 318.91º 0.73% 0.49% -
HSV(B) 318.91º 0.84% 0.85% -
XYZ 35.83 18.59 34.96 -
YUV 103.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 218 34 160 0 0.84 0.27 0.15 318.91 0.73 0.49
Hex DA 22 A0 0 54 1B F 13F 49 31
Octal 332 42 240 0 124 33 17 477 111 61
Binary 11011010 100010 10100000 0 1010100 11011 1111 100111111 1001001 110001

Color Harmonies of #DA22A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA22A0

Black with #DA22A0

Text Example


Text Example

White with #DA22A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA22A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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