Html Css Color HEX #DA36AD Persian Rose

📋 copy color: '#DA36AD'

red 218 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #DA36AD

Tints of Persian Rose #DA36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.13%

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

R = 48.99%
G = 12.13%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA36AD (or 0xDA36AD) is known color: Persian Rose. HEX triplet: DA, 36 and AD. RGB value is (218,54,173). Sum of RGB (Red+Green+Blue) = 218+54+173=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA36AD is #25C952. Grayscale: #747474. Windows color (decimal): -2476371 or 11351770. OLE color: 11351770.

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

Color convert

RGB 218 54 173 -
CMYK 0 0.75 0.21 0.15
HSL 316.46º 0.69% 0.53% -
HSV(B) 316.46º 0.75% 0.85% -
XYZ 37.78 20.56 41.51 -
YUV 116.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 218 54 173 0 0.75 0.21 0.15 316.46 0.69 0.53
Hex DA 36 AD 0 4B 15 F 13C 45 35
Octal 332 66 255 0 113 25 17 474 105 65
Binary 11011010 110110 10101101 0 1001011 10101 1111 100111100 1000101 110101

Color Harmonies of #DA36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA36AD

Black with #DA36AD

Text Example


Text Example

White with #DA36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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