Html Css Color HEX #DA32AD Persian Rose

📋 copy color: '#DA32AD'

red 218 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #DA32AD

Tints of Persian Rose #DA32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.34%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 49.43%
G = 11.34%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA32AD (or 0xDA32AD) is known color: Persian Rose. HEX triplet: DA, 32 and AD. RGB value is (218,50,173). Sum of RGB (Red+Green+Blue) = 218+50+173=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32AD is #25CD52. Grayscale: #717171. Windows color (decimal): -2477395 or 11350746. OLE color: 11350746.

HSL color Cylindrical-coordinate representation of color #DA32AD: hue angle of 316.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA32AD is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 173 -
CMYK 0 0.77 0.21 0.15
HSL 316.07º 0.69% 0.53% -
HSV(B) 316.07º 0.77% 0.85% -
XYZ 37.6 20.2 41.45 -
YUV 114.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 218 50 173 0 0.77 0.21 0.15 316.07 0.69 0.53
Hex DA 32 AD 0 4D 15 F 13C 45 35
Octal 332 62 255 0 115 25 17 474 105 65
Binary 11011010 110010 10101101 0 1001101 10101 1111 100111100 1000101 110101

Color Harmonies of #DA32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA32AD

Black with #DA32AD

Text Example


Text Example

White with #DA32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA32AD; }

 p { color: rgb(218,50,173); }

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

background-color css

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

 a { background-color: rgb(218,50,173); }

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

border-color css

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

 span { border-color: rgb(218,50,173); }

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