Html Css Color HEX #DA29AC Persian Rose

📋 copy color: '#DA29AC'

red 218 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #DA29AC

Tints of Persian Rose #DA29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 50.58%
G = 9.51%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA29AC (or 0xDA29AC) is known color: Persian Rose. HEX triplet: DA, 29 and AC. RGB value is (218,41,172). Sum of RGB (Red+Green+Blue) = 218+41+172=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29AC is #25D653. Grayscale: #6C6C6C. Windows color (decimal): -2479700 or 11282906. OLE color: 11282906.

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

Color convert

RGB 218 41 172 -
CMYK 0 0.81 0.21 0.15
HSL 315.59º 0.71% 0.51% -
HSV(B) 315.59º 0.81% 0.85% -
XYZ 37.15 19.47 40.83 -
YUV 108.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 218 41 172 0 0.81 0.21 0.15 315.59 0.71 0.51
Hex DA 29 AC 0 51 15 F 13C 47 33
Octal 332 51 254 0 121 25 17 474 107 63
Binary 11011010 101001 10101100 0 1010001 10101 1111 100111100 1000111 110011

Color Harmonies of #DA29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29AC

Black with #DA29AC

Text Example


Text Example

White with #DA29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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