Html Css Color HEX #DA21A5 Deep Cerise

📋 copy color: '#DA21A5'

red 218 ◦ green 33 ◦ blue 165

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

Shades of Deep Cerise #DA21A5

Tints of Deep Cerise #DA21A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 52.4%
G = 7.93%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA21A5 (or 0xDA21A5) is known color: Deep Cerise. HEX triplet: DA, 21 and A5. RGB value is (218,33,165). Sum of RGB (Red+Green+Blue) = 218+33+165=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21A5 is #25DE5A. Grayscale: #676767. Windows color (decimal): -2481755 or 10822106. OLE color: 10822106.

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

Color convert

RGB 218 33 165 -
CMYK 0 0.85 0.24 0.15
HSL 317.19º 0.74% 0.49% -
HSV(B) 317.19º 0.85% 0.85% -
XYZ 36.25 18.71 37.3 -
YUV 103.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 218 33 165 0 0.85 0.24 0.15 317.19 0.74 0.49
Hex DA 21 A5 0 55 18 F 13D 4A 31
Octal 332 41 245 0 125 30 17 475 112 61
Binary 11011010 100001 10100101 0 1010101 11000 1111 100111101 1001010 110001

Color Harmonies of #DA21A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA21A5

Black with #DA21A5

Text Example


Text Example

White with #DA21A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA21A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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