Html Css Color HEX #DF80C1 Persian Pink

📋 copy color: '#DF80C1'

red 223 ◦ green 128 ◦ blue 193

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

Shades of Persian Pink #DF80C1

Tints of Persian Pink #DF80C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 40.99%
G = 23.53%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF80C1 (or 0xDF80C1) is known color: Persian Pink. HEX triplet: DF, 80 and C1. RGB value is (223,128,193). Sum of RGB (Red+Green+Blue) = 223+128+193=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C1 is #207F3E. Grayscale: #A3A3A3. Windows color (decimal): -2129727 or 12681439. OLE color: 12681439.

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

Color convert

RGB 223 128 193 -
CMYK 0 0.43 0.13 0.13
HSL 318.95º 0.6% 0.69% -
HSV(B) 318.95º 0.43% 0.87% -
XYZ 47.78 34.98 54.69 -
YUV 163.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 223 128 193 0 0.43 0.13 0.13 318.95 0.6 0.69
Hex DF 80 C1 0 2B D D 13F 3C 45
Octal 337 200 301 0 53 15 15 477 74 105
Binary 11011111 10000000 11000001 0 101011 1101 1101 100111111 111100 1000101

Color Harmonies of #DF80C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80C1

Black with #DF80C1

Text Example


Text Example

White with #DF80C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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