Html Css Color HEX #DA29A5 Deep Cerise

📋 copy color: '#DA29A5'

red 218 ◦ green 41 ◦ blue 165

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

Shades of Deep Cerise #DA29A5

Tints of Deep Cerise #DA29A5

RGB

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

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

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

R = 51.42%
G = 9.67%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA29A5 (or 0xDA29A5) is known color: Deep Cerise. HEX triplet: DA, 29 and A5. RGB value is (218,41,165). Sum of RGB (Red+Green+Blue) = 218+41+165=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29A5 is #25D65A. Grayscale: #6B6B6B. Windows color (decimal): -2479707 or 10824154. OLE color: 10824154.

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

Color convert

RGB 218 41 165 -
CMYK 0 0.81 0.24 0.15
HSL 317.97º 0.71% 0.51% -
HSV(B) 317.97º 0.81% 0.85% -
XYZ 36.5 19.21 37.38 -
YUV 108.06 160.14 206.42 -
System Red Green Blue C M Y K H S L
Decimal 218 41 165 0 0.81 0.24 0.15 317.97 0.71 0.51
Hex DA 29 A5 0 51 18 F 13E 47 33
Octal 332 51 245 0 121 30 17 476 107 63
Binary 11011010 101001 10100101 0 1010001 11000 1111 100111110 1000111 110011

Color Harmonies of #DA29A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29A5

Black with #DA29A5

Text Example


Text Example

White with #DA29A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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