Html Css Color HEX #DF7ABC Persian Pink

📋 copy color: '#DF7ABC'

red 223 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #DF7ABC

Tints of Persian Pink #DF7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 41.84%
G = 22.89%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF7ABC (or 0xDF7ABC) is known color: Persian Pink. HEX triplet: DF, 7A and BC. RGB value is (223,122,188). Sum of RGB (Red+Green+Blue) = 223+122+188=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ABC is #208543. Grayscale: #9F9F9F. Windows color (decimal): -2131268 or 12352223. OLE color: 12352223.

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

Color convert

RGB 223 122 188 -
CMYK 0 0.45 0.16 0.13
HSL 320.79º 0.61% 0.68% -
HSV(B) 320.79º 0.45% 0.87% -
XYZ 46.47 33.24 51.54 -
YUV 159.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 223 122 188 0 0.45 0.16 0.13 320.79 0.61 0.68
Hex DF 7A BC 0 2D 10 D 141 3D 44
Octal 337 172 274 0 55 20 15 501 75 104
Binary 11011111 1111010 10111100 0 101101 10000 1101 101000001 111101 1000100

Color Harmonies of #DF7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ABC

Black with #DF7ABC

Text Example


Text Example

White with #DF7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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