Html Css Color HEX #DF81BA Persian Pink

📋 copy color: '#DF81BA'

red 223 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #DF81BA

Tints of Persian Pink #DF81BA

RGB

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

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

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

R = 41.45%
G = 23.98%
B = 34.57%

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

#DF81BA (or 0xDF81BA) is known color: Persian Pink. HEX triplet: DF, 81 and BA. RGB value is (223,129,186). Sum of RGB (Red+Green+Blue) = 223+129+186=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81BA is #207E45. Grayscale: #A3A3A3. Windows color (decimal): -2129478 or 12222943. OLE color: 12222943.

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

Color convert

RGB 223 129 186 -
CMYK 0 0.42 0.17 0.13
HSL 323.62º 0.59% 0.69% -
HSV(B) 323.62º 0.42% 0.87% -
XYZ 47.14 34.93 50.71 -
YUV 163.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 223 129 186 0 0.42 0.17 0.13 323.62 0.59 0.69
Hex DF 81 BA 0 2A 11 D 144 3B 45
Octal 337 201 272 0 52 21 15 504 73 105
Binary 11011111 10000001 10111010 0 101010 10001 1101 101000100 111011 1000101

Color Harmonies of #DF81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81BA

Black with #DF81BA

Text Example


Text Example

White with #DF81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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