Html Css Color HEX #DA28A1 Deep Cerise

📋 copy color: '#DA28A1'

red 218 ◦ green 40 ◦ blue 161

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

Shades of Deep Cerise #DA28A1

Tints of Deep Cerise #DA28A1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 52.03%
G = 9.55%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA28A1 (or 0xDA28A1) is known color: Deep Cerise. HEX triplet: DA, 28 and A1. RGB value is (218,40,161). Sum of RGB (Red+Green+Blue) = 218+40+161=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28A1 is #25D75E. Grayscale: #6A6A6A. Windows color (decimal): -2479967 or 10561754. OLE color: 10561754.

HSL color Cylindrical-coordinate representation of color #DA28A1: hue angle of 319.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28A1 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 161 -
CMYK 0 0.82 0.26 0.15
HSL 319.21º 0.71% 0.51% -
HSV(B) 319.21º 0.82% 0.85% -
XYZ 36.11 19 35.48 -
YUV 107.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 218 40 161 0 0.82 0.26 0.15 319.21 0.71 0.51
Hex DA 28 A1 0 52 1A F 13F 47 33
Octal 332 50 241 0 122 32 17 477 107 63
Binary 11011010 101000 10100001 0 1010010 11010 1111 100111111 1000111 110011

Color Harmonies of #DA28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28A1

Black with #DA28A1

Text Example


Text Example

White with #DA28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28A1; }

 p { color: rgb(218,40,161); }

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

background-color css

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

 a { background-color: rgb(218,40,161); }

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

border-color css

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

 span { border-color: rgb(218,40,161); }

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