Html Css Color HEX #DA219A Deep Cerise

📋 copy color: '#DA219A'

red 218 ◦ green 33 ◦ blue 154

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

Shades of Deep Cerise #DA219A

Tints of Deep Cerise #DA219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.15%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 53.83%
G = 8.15%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA219A (or 0xDA219A) is known color: Deep Cerise. HEX triplet: DA, 21 and 9A. RGB value is (218,33,154). Sum of RGB (Red+Green+Blue) = 218+33+154=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA219A is #25DE65. Grayscale: #656565. Windows color (decimal): -2481766 or 10101210. OLE color: 10101210.

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

Color convert

RGB 218 33 154 -
CMYK 0 0.85 0.29 0.15
HSL 320.76º 0.74% 0.49% -
HSV(B) 320.76º 0.85% 0.85% -
XYZ 35.29 18.33 32.25 -
YUV 102.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 218 33 154 0 0.85 0.29 0.15 320.76 0.74 0.49
Hex DA 21 9A 0 55 1D F 141 4A 31
Octal 332 41 232 0 125 35 17 501 112 61
Binary 11011010 100001 10011010 0 1010101 11101 1111 101000001 1001010 110001

Color Harmonies of #DA219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA219A

Black with #DA219A

Text Example


Text Example

White with #DA219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA219A; }

 p { color: rgb(218,33,154); }

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

background-color css

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

 a { background-color: rgb(218,33,154); }

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

border-color css

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

 span { border-color: rgb(218,33,154); }

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