Html Css Color HEX #DA28A2 Deep Cerise

📋 copy color: '#DA28A2'

red 218 ◦ green 40 ◦ blue 162

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

Shades of Deep Cerise #DA28A2

Tints of Deep Cerise #DA28A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 51.9%
G = 9.52%
B = 38.57%

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

#DA28A2 (or 0xDA28A2) is known color: Deep Cerise. HEX triplet: DA, 28 and A2. RGB value is (218,40,162). Sum of RGB (Red+Green+Blue) = 218+40+162=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28A2 is #25D75D. Grayscale: #6A6A6A. Windows color (decimal): -2479966 or 10627290. OLE color: 10627290.

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

Color convert

RGB 218 40 162 -
CMYK 0 0.82 0.26 0.15
HSL 318.88º 0.71% 0.51% -
HSV(B) 318.88º 0.82% 0.85% -
XYZ 36.19 19.03 35.95 -
YUV 107.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 218 40 162 0 0.82 0.26 0.15 318.88 0.71 0.51
Hex DA 28 A2 0 52 1A F 13F 47 33
Octal 332 50 242 0 122 32 17 477 107 63
Binary 11011010 101000 10100010 0 1010010 11010 1111 100111111 1000111 110011

Color Harmonies of #DA28A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28A2

Black with #DA28A2

Text Example


Text Example

White with #DA28A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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