Html Css Color HEX #DF81B8 Persian Pink

📋 copy color: '#DF81B8'

red 223 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #DF81B8

Tints of Persian Pink #DF81B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.33%

R = 41.6%
G = 24.07%
B = 34.33%

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

#DF81B8 (or 0xDF81B8) is known color: Persian Pink. HEX triplet: DF, 81 and B8. RGB value is (223,129,184). Sum of RGB (Red+Green+Blue) = 223+129+184=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81B8 is #207E47. Grayscale: #A3A3A3. Windows color (decimal): -2129480 or 12091871. OLE color: 12091871.

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

Color convert

RGB 223 129 184 -
CMYK 0 0.42 0.17 0.13
HSL 324.89º 0.59% 0.69% -
HSV(B) 324.89º 0.42% 0.87% -
XYZ 46.93 34.85 49.6 -
YUV 163.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 223 129 184 0 0.42 0.17 0.13 324.89 0.59 0.69
Hex DF 81 B8 0 2A 11 D 145 3B 45
Octal 337 201 270 0 52 21 15 505 73 105
Binary 11011111 10000001 10111000 0 101010 10001 1101 101000101 111011 1000101

Color Harmonies of #DF81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81B8

Black with #DF81B8

Text Example


Text Example

White with #DF81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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