Html Css Color HEX #DF80B4 Persian Pink

📋 copy color: '#DF80B4'

red 223 ◦ green 128 ◦ blue 180

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

Shades of Persian Pink #DF80B4

Tints of Persian Pink #DF80B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 42%
G = 24.11%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF80B4 (or 0xDF80B4) is known color: Persian Pink. HEX triplet: DF, 80 and B4. RGB value is (223,128,180). Sum of RGB (Red+Green+Blue) = 223+128+180=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80B4 is #207F4B. Grayscale: #A2A2A2. Windows color (decimal): -2129740 or 11829471. OLE color: 11829471.

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

Color convert

RGB 223 128 180 -
CMYK 0 0.43 0.19 0.13
HSL 327.16º 0.6% 0.69% -
HSV(B) 327.16º 0.43% 0.87% -
XYZ 46.39 34.42 47.38 -
YUV 162.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 223 128 180 0 0.43 0.19 0.13 327.16 0.6 0.69
Hex DF 80 B4 0 2B 13 D 147 3C 45
Octal 337 200 264 0 53 23 15 507 74 105
Binary 11011111 10000000 10110100 0 101011 10011 1101 101000111 111100 1000101

Color Harmonies of #DF80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80B4

Black with #DF80B4

Text Example


Text Example

White with #DF80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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