Html Css Color HEX #DF82B9 Persian Pink

📋 copy color: '#DF82B9'

red 223 ◦ green 130 ◦ blue 185

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

Shades of Persian Pink #DF82B9

Tints of Persian Pink #DF82B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 41.45%
G = 24.16%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF82B9 (or 0xDF82B9) is known color: Persian Pink. HEX triplet: DF, 82 and B9. RGB value is (223,130,185). Sum of RGB (Red+Green+Blue) = 223+130+185=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82B9 is #207D46. Grayscale: #A3A3A3. Windows color (decimal): -2129223 or 12157663. OLE color: 12157663.

HSL color Cylindrical-coordinate representation of color #DF82B9: hue angle of 324.52º 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 #DF82B9 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 185 -
CMYK 0 0.42 0.17 0.13
HSL 324.52º 0.59% 0.69% -
HSV(B) 324.52º 0.42% 0.87% -
XYZ 47.17 35.16 50.2 -
YUV 164.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 223 130 185 0 0.42 0.17 0.13 324.52 0.59 0.69
Hex DF 82 B9 0 2A 11 D 145 3B 45
Octal 337 202 271 0 52 21 15 505 73 105
Binary 11011111 10000010 10111001 0 101010 10001 1101 101000101 111011 1000101

Color Harmonies of #DF82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82B9

Black with #DF82B9

Text Example


Text Example

White with #DF82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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