Html Css Color HEX #DF7FC0 Persian Pink

📋 copy color: '#DF7FC0'

red 223 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #DF7FC0

Tints of Persian Pink #DF7FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 41.14%
G = 23.43%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF7FC0 (or 0xDF7FC0) is known color: Persian Pink. HEX triplet: DF, 7F and C0. RGB value is (223,127,192). Sum of RGB (Red+Green+Blue) = 223+127+192=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FC0 is #20803F. Grayscale: #A2A2A2. Windows color (decimal): -2129984 or 12615647. OLE color: 12615647.

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

Color convert

RGB 223 127 192 -
CMYK 0 0.43 0.14 0.13
HSL 319.38º 0.6% 0.69% -
HSV(B) 319.38º 0.43% 0.87% -
XYZ 47.54 34.67 54.06 -
YUV 163.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 223 127 192 0 0.43 0.14 0.13 319.38 0.6 0.69
Hex DF 7F C0 0 2B E D 13F 3C 45
Octal 337 177 300 0 53 16 15 477 74 105
Binary 11011111 1111111 11000000 0 101011 1110 1101 100111111 111100 1000101

Color Harmonies of #DF7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FC0

Black with #DF7FC0

Text Example


Text Example

White with #DF7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FC0; }

 p { color: rgb(223,127,192); }

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

background-color css

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

 a { background-color: rgb(223,127,192); }

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

border-color css

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

 span { border-color: rgb(223,127,192); }

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