Html Css Color HEX #DA31AD Persian Rose

📋 copy color: '#DA31AD'

red 218 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #DA31AD

Tints of Persian Rose #DA31AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.14%

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

R = 49.55%
G = 11.14%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA31AD (or 0xDA31AD) is known color: Persian Rose. HEX triplet: DA, 31 and AD. RGB value is (218,49,173). Sum of RGB (Red+Green+Blue) = 218+49+173=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31AD is #25CE52. Grayscale: #717171. Windows color (decimal): -2477651 or 11350490. OLE color: 11350490.

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

Color convert

RGB 218 49 173 -
CMYK 0 0.78 0.21 0.15
HSL 315.98º 0.7% 0.52% -
HSV(B) 315.98º 0.78% 0.85% -
XYZ 37.55 20.12 41.44 -
YUV 113.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 218 49 173 0 0.78 0.21 0.15 315.98 0.7 0.52
Hex DA 31 AD 0 4E 15 F 13C 46 34
Octal 332 61 255 0 116 25 17 474 106 64
Binary 11011010 110001 10101101 0 1001110 10101 1111 100111100 1000110 110100

Color Harmonies of #DA31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31AD

Black with #DA31AD

Text Example


Text Example

White with #DA31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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