Html Css Color HEX #DF82BF Persian Pink

📋 copy color: '#DF82BF'

red 223 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #DF82BF

Tints of Persian Pink #DF82BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.9%

 BLUE value IS 191 (75% from 255) = 35.11%

R = 40.99%
G = 23.9%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF82BF (or 0xDF82BF) is known color: Persian Pink. HEX triplet: DF, 82 and BF. RGB value is (223,130,191). Sum of RGB (Red+Green+Blue) = 223+130+191=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82BF is #207D40. Grayscale: #A4A4A4. Windows color (decimal): -2129217 or 12550879. OLE color: 12550879.

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

Color convert

RGB 223 130 191 -
CMYK 0 0.42 0.14 0.13
HSL 320.65º 0.59% 0.69% -
HSV(B) 320.65º 0.42% 0.87% -
XYZ 47.82 35.41 53.61 -
YUV 164.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 223 130 191 0 0.42 0.14 0.13 320.65 0.59 0.69
Hex DF 82 BF 0 2A E D 141 3B 45
Octal 337 202 277 0 52 16 15 501 73 105
Binary 11011111 10000010 10111111 0 101010 1110 1101 101000001 111011 1000101

Color Harmonies of #DF82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82BF

Black with #DF82BF

Text Example


Text Example

White with #DF82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82BF; }

 p { color: rgb(223,130,191); }

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

background-color css

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

 a { background-color: rgb(223,130,191); }

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

border-color css

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

 span { border-color: rgb(223,130,191); }

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