Html Css Color HEX #DF31AA Persian Rose

📋 copy color: '#DF31AA'

red 223 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #DF31AA

Tints of Persian Rose #DF31AA

RGB

 RED value IS 223 (87.5% from 255) = 50.45%

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 50.45%
G = 11.09%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF31AA (or 0xDF31AA) is known color: Persian Rose. HEX triplet: DF, 31 and AA. RGB value is (223,49,170). Sum of RGB (Red+Green+Blue) = 223+49+170=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31AA is #20CE55. Grayscale: #727272. Windows color (decimal): -2149974 or 11153887. OLE color: 11153887.

HSL color Cylindrical-coordinate representation of color #DF31AA: hue angle of 318.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF31AA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 49 170 -
CMYK 0 0.78 0.24 0.13
HSL 318.28º 0.73% 0.53% -
HSV(B) 318.28º 0.78% 0.87% -
XYZ 38.79 20.79 40 -
YUV 114.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 223 49 170 0 0.78 0.24 0.13 318.28 0.73 0.53
Hex DF 31 AA 0 4E 18 D 13E 49 35
Octal 337 61 252 0 116 30 15 476 111 65
Binary 11011111 110001 10101010 0 1001110 11000 1101 100111110 1001001 110101

Color Harmonies of #DF31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31AA

Black with #DF31AA

Text Example


Text Example

White with #DF31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31AA; }

 p { color: rgb(223,49,170); }

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

background-color css

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

 a { background-color: rgb(223,49,170); }

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

border-color css

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

 span { border-color: rgb(223,49,170); }

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