Html Css Color HEX #DF81B9 Persian Pink

📋 copy color: '#DF81B9'

red 223 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #DF81B9

Tints of Persian Pink #DF81B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.02%

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

R = 41.53%
G = 24.02%
B = 34.45%

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

#DF81B9 (or 0xDF81B9) is known color: Persian Pink. HEX triplet: DF, 81 and B9. RGB value is (223,129,185). Sum of RGB (Red+Green+Blue) = 223+129+185=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81B9 is #207E46. Grayscale: #A3A3A3. Windows color (decimal): -2129479 or 12157407. OLE color: 12157407.

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

Color convert

RGB 223 129 185 -
CMYK 0 0.42 0.17 0.13
HSL 324.26º 0.59% 0.69% -
HSV(B) 324.26º 0.42% 0.87% -
XYZ 47.04 34.89 50.15 -
YUV 163.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 223 129 185 0 0.42 0.17 0.13 324.26 0.59 0.69
Hex DF 81 B9 0 2A 11 D 144 3B 45
Octal 337 201 271 0 52 21 15 504 73 105
Binary 11011111 10000001 10111001 0 101010 10001 1101 101000100 111011 1000101

Color Harmonies of #DF81B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81B9

Black with #DF81B9

Text Example


Text Example

White with #DF81B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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