Html Css Color HEX #DA29A4 Deep Cerise

📋 copy color: '#DA29A4'

red 218 ◦ green 41 ◦ blue 164

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

Shades of Deep Cerise #DA29A4

Tints of Deep Cerise #DA29A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 51.54%
G = 9.69%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA29A4 (or 0xDA29A4) is known color: Deep Cerise. HEX triplet: DA, 29 and A4. RGB value is (218,41,164). Sum of RGB (Red+Green+Blue) = 218+41+164=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29A4 is #25D65B. Grayscale: #6B6B6B. Windows color (decimal): -2479708 or 10758618. OLE color: 10758618.

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

Color convert

RGB 218 41 164 -
CMYK 0 0.81 0.25 0.15
HSL 318.31º 0.71% 0.51% -
HSV(B) 318.31º 0.81% 0.85% -
XYZ 36.41 19.17 36.9 -
YUV 107.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 218 41 164 0 0.81 0.25 0.15 318.31 0.71 0.51
Hex DA 29 A4 0 51 19 F 13E 47 33
Octal 332 51 244 0 121 31 17 476 107 63
Binary 11011010 101001 10100100 0 1010001 11001 1111 100111110 1000111 110011

Color Harmonies of #DA29A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29A4

Black with #DA29A4

Text Example


Text Example

White with #DA29A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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