Html Css Color HEX #DF20A1 Persian Rose

📋 copy color: '#DF20A1'

red 223 ◦ green 32 ◦ blue 161

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

Shades of Persian Rose #DF20A1

Tints of Persian Rose #DF20A1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.69%

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 53.61%
G = 7.69%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF20A1 (or 0xDF20A1) is known color: Persian Rose. HEX triplet: DF, 20 and A1. RGB value is (223,32,161). Sum of RGB (Red+Green+Blue) = 223+32+161=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20A1 is #20DF5E. Grayscale: #676767. Windows color (decimal): -2154335 or 10559711. OLE color: 10559711.

HSL color Cylindrical-coordinate representation of color #DF20A1: hue angle of 319.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20A1 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 161 -
CMYK 0 0.86 0.28 0.13
HSL 319.48º 0.75% 0.5% -
HSV(B) 319.48º 0.86% 0.87% -
XYZ 37.38 19.29 35.47 -
YUV 103.82 160.28 213.01 -
System Red Green Blue C M Y K H S L
Decimal 223 32 161 0 0.86 0.28 0.13 319.48 0.75 0.5
Hex DF 20 A1 0 56 1C D 13F 4B 32
Octal 337 40 241 0 126 34 15 477 113 62
Binary 11011111 100000 10100001 0 1010110 11100 1101 100111111 1001011 110010

Color Harmonies of #DF20A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20A1

Black with #DF20A1

Text Example


Text Example

White with #DF20A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20A1; }

 p { color: rgb(223,32,161); }

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

background-color css

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

 a { background-color: rgb(223,32,161); }

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

border-color css

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

 span { border-color: rgb(223,32,161); }

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