Html Css Color HEX #DA31AB Persian Rose

📋 copy color: '#DA31AB'

red 218 ◦ green 49 ◦ blue 171

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

Shades of Persian Rose #DA31AB

Tints of Persian Rose #DA31AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 49.77%
G = 11.19%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA31AB (or 0xDA31AB) is known color: Persian Rose. HEX triplet: DA, 31 and AB. RGB value is (218,49,171). Sum of RGB (Red+Green+Blue) = 218+49+171=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31AB is #25CE54. Grayscale: #717171. Windows color (decimal): -2477653 or 11219418. OLE color: 11219418.

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

Color convert

RGB 218 49 171 -
CMYK 0 0.78 0.22 0.15
HSL 316.69º 0.7% 0.52% -
HSV(B) 316.69º 0.78% 0.85% -
XYZ 37.36 20.04 40.43 -
YUV 113.44 160.49 202.58 -
System Red Green Blue C M Y K H S L
Decimal 218 49 171 0 0.78 0.22 0.15 316.69 0.7 0.52
Hex DA 31 AB 0 4E 16 F 13D 46 34
Octal 332 61 253 0 116 26 17 475 106 64
Binary 11011010 110001 10101011 0 1001110 10110 1111 100111101 1000110 110100

Color Harmonies of #DA31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31AB

Black with #DA31AB

Text Example


Text Example

White with #DA31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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