Html Css Color HEX #DF7ABF Persian Pink

📋 copy color: '#DF7ABF'

red 223 ◦ green 122 ◦ blue 191

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

Shades of Persian Pink #DF7ABF

Tints of Persian Pink #DF7ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.76%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 41.6%
G = 22.76%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF7ABF (or 0xDF7ABF) is known color: Persian Pink. HEX triplet: DF, 7A and BF. RGB value is (223,122,191). Sum of RGB (Red+Green+Blue) = 223+122+191=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ABF is #208540. Grayscale: #9F9F9F. Windows color (decimal): -2131265 or 12548831. OLE color: 12548831.

HSL color Cylindrical-coordinate representation of color #DF7ABF: hue angle of 319.01º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7ABF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 122 191 -
CMYK 0 0.45 0.14 0.13
HSL 319.01º 0.61% 0.68% -
HSV(B) 319.01º 0.45% 0.87% -
XYZ 46.79 33.37 53.26 -
YUV 160.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 223 122 191 0 0.45 0.14 0.13 319.01 0.61 0.68
Hex DF 7A BF 0 2D E D 13F 3D 44
Octal 337 172 277 0 55 16 15 477 75 104
Binary 11011111 1111010 10111111 0 101101 1110 1101 100111111 111101 1000100

Color Harmonies of #DF7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ABF

Black with #DF7ABF

Text Example


Text Example

White with #DF7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ABF; }

 p { color: rgb(223,122,191); }

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

background-color css

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

 a { background-color: rgb(223,122,191); }

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

border-color css

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

 span { border-color: rgb(223,122,191); }

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