Html Css Color HEX #DA29A2 Deep Cerise

📋 copy color: '#DA29A2'

red 218 ◦ green 41 ◦ blue 162

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

Shades of Deep Cerise #DA29A2

Tints of Deep Cerise #DA29A2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.74%

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

R = 51.78%
G = 9.74%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA29A2 (or 0xDA29A2) is known color: Deep Cerise. HEX triplet: DA, 29 and A2. RGB value is (218,41,162). Sum of RGB (Red+Green+Blue) = 218+41+162=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29A2 is #25D65D. Grayscale: #6B6B6B. Windows color (decimal): -2479710 or 10627546. OLE color: 10627546.

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

Color convert

RGB 218 41 162 -
CMYK 0 0.81 0.26 0.15
HSL 318.98º 0.71% 0.51% -
HSV(B) 318.98º 0.81% 0.85% -
XYZ 36.23 19.1 35.96 -
YUV 107.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 218 41 162 0 0.81 0.26 0.15 318.98 0.71 0.51
Hex DA 29 A2 0 51 1A F 13F 47 33
Octal 332 51 242 0 121 32 17 477 107 63
Binary 11011010 101001 10100010 0 1010001 11010 1111 100111111 1000111 110011

Color Harmonies of #DA29A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29A2

Black with #DA29A2

Text Example


Text Example

White with #DA29A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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