Html Css Color HEX #DF7ABE Persian Pink

📋 copy color: '#DF7ABE'

red 223 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #DF7ABE

Tints of Persian Pink #DF7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 41.68%
G = 22.8%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF7ABE (or 0xDF7ABE) is known color: Persian Pink. HEX triplet: DF, 7A and BE. RGB value is (223,122,190). Sum of RGB (Red+Green+Blue) = 223+122+190=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ABE is #208541. Grayscale: #9F9F9F. Windows color (decimal): -2131266 or 12483295. OLE color: 12483295.

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

Color convert

RGB 223 122 190 -
CMYK 0 0.45 0.15 0.13
HSL 319.6º 0.61% 0.68% -
HSV(B) 319.6º 0.45% 0.87% -
XYZ 46.69 33.32 52.69 -
YUV 159.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 223 122 190 0 0.45 0.15 0.13 319.6 0.61 0.68
Hex DF 7A BE 0 2D F D 140 3D 44
Octal 337 172 276 0 55 17 15 500 75 104
Binary 11011111 1111010 10111110 0 101101 1111 1101 101000000 111101 1000100

Color Harmonies of #DF7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ABE

Black with #DF7ABE

Text Example


Text Example

White with #DF7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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