Html Css Color HEX #DF80BA Persian Pink

📋 copy color: '#DF80BA'

red 223 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #DF80BA

Tints of Persian Pink #DF80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.84%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 41.53%
G = 23.84%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF80BA (or 0xDF80BA) is known color: Persian Pink. HEX triplet: DF, 80 and BA. RGB value is (223,128,186). Sum of RGB (Red+Green+Blue) = 223+128+186=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BA is #207F45. Grayscale: #A2A2A2. Windows color (decimal): -2129734 or 12222687. OLE color: 12222687.

HSL color Cylindrical-coordinate representation of color #DF80BA: hue angle of 323.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80BA is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 186 -
CMYK 0 0.43 0.17 0.13
HSL 323.37º 0.6% 0.69% -
HSV(B) 323.37º 0.43% 0.87% -
XYZ 47.01 34.67 50.67 -
YUV 163.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 223 128 186 0 0.43 0.17 0.13 323.37 0.6 0.69
Hex DF 80 BA 0 2B 11 D 143 3C 45
Octal 337 200 272 0 53 21 15 503 74 105
Binary 11011111 10000000 10111010 0 101011 10001 1101 101000011 111100 1000101

Color Harmonies of #DF80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80BA

Black with #DF80BA

Text Example


Text Example

White with #DF80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80BA; }

 p { color: rgb(223,128,186); }

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

background-color css

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

 a { background-color: rgb(223,128,186); }

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

border-color css

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

 span { border-color: rgb(223,128,186); }

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