Html Css Color HEX #DF81BE Persian Pink

📋 copy color: '#DF81BE'

red 223 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #DF81BE

Tints of Persian Pink #DF81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 41.14%
G = 23.8%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF81BE (or 0xDF81BE) is known color: Persian Pink. HEX triplet: DF, 81 and BE. RGB value is (223,129,190). Sum of RGB (Red+Green+Blue) = 223+129+190=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81BE is #207E41. Grayscale: #A3A3A3. Windows color (decimal): -2129474 or 12485087. OLE color: 12485087.

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

Color convert

RGB 223 129 190 -
CMYK 0 0.42 0.15 0.13
HSL 321.06º 0.59% 0.69% -
HSV(B) 321.06º 0.42% 0.87% -
XYZ 47.58 35.11 52.98 -
YUV 164.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 223 129 190 0 0.42 0.15 0.13 321.06 0.59 0.69
Hex DF 81 BE 0 2A F D 141 3B 45
Octal 337 201 276 0 52 17 15 501 73 105
Binary 11011111 10000001 10111110 0 101010 1111 1101 101000001 111011 1000101

Color Harmonies of #DF81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81BE

Black with #DF81BE

Text Example


Text Example

White with #DF81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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