Html Css Color HEX #DF80B9 Persian Pink

📋 copy color: '#DF80B9'

red 223 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #DF80B9

Tints of Persian Pink #DF80B9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

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

R = 41.6%
G = 23.88%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF80B9 (or 0xDF80B9) is known color: Persian Pink. HEX triplet: DF, 80 and B9. RGB value is (223,128,185). Sum of RGB (Red+Green+Blue) = 223+128+185=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80B9 is #207F46. Grayscale: #A2A2A2. Windows color (decimal): -2129735 or 12157151. OLE color: 12157151.

HSL color Cylindrical-coordinate representation of color #DF80B9: hue angle of 324º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80B9 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 185 -
CMYK 0 0.43 0.17 0.13
HSL 324º 0.6% 0.69% -
HSV(B) 324º 0.43% 0.87% -
XYZ 46.91 34.63 50.11 -
YUV 162.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 223 128 185 0 0.43 0.17 0.13 324 0.6 0.69
Hex DF 80 B9 0 2B 11 D 144 3C 45
Octal 337 200 271 0 53 21 15 504 74 105
Binary 11011111 10000000 10111001 0 101011 10001 1101 101000100 111100 1000101

Color Harmonies of #DF80B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80B9

Black with #DF80B9

Text Example


Text Example

White with #DF80B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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