Html Css Color HEX #DF80C2 Persian Pink

📋 copy color: '#DF80C2'

red 223 ◦ green 128 ◦ blue 194

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

Shades of Persian Pink #DF80C2

Tints of Persian Pink #DF80C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 40.92%
G = 23.49%
B = 35.6%

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

#DF80C2 (or 0xDF80C2) is known color: Persian Pink. HEX triplet: DF, 80 and C2. RGB value is (223,128,194). Sum of RGB (Red+Green+Blue) = 223+128+194=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C2 is #207F3D. Grayscale: #A3A3A3. Windows color (decimal): -2129726 or 12746975. OLE color: 12746975.

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

Color convert

RGB 223 128 194 -
CMYK 0 0.43 0.13 0.13
HSL 318.32º 0.6% 0.69% -
HSV(B) 318.32º 0.43% 0.87% -
XYZ 47.89 35.02 55.27 -
YUV 163.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 223 128 194 0 0.43 0.13 0.13 318.32 0.6 0.69
Hex DF 80 C2 0 2B D D 13E 3C 45
Octal 337 200 302 0 53 15 15 476 74 105
Binary 11011111 10000000 11000010 0 101011 1101 1101 100111110 111100 1000101

Color Harmonies of #DF80C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80C2

Black with #DF80C2

Text Example


Text Example

White with #DF80C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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