Html Css Color HEX #DF7ABD Persian Pink

📋 copy color: '#DF7ABD'

red 223 ◦ green 122 ◦ blue 189

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

Shades of Persian Pink #DF7ABD

Tints of Persian Pink #DF7ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 41.76%
G = 22.85%
B = 35.39%

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

#DF7ABD (or 0xDF7ABD) is known color: Persian Pink. HEX triplet: DF, 7A and BD. RGB value is (223,122,189). Sum of RGB (Red+Green+Blue) = 223+122+189=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ABD is #208542. Grayscale: #9F9F9F. Windows color (decimal): -2131267 or 12417759. OLE color: 12417759.

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

Color convert

RGB 223 122 189 -
CMYK 0 0.45 0.15 0.13
HSL 320.2º 0.61% 0.68% -
HSV(B) 320.2º 0.45% 0.87% -
XYZ 46.58 33.28 52.11 -
YUV 159.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 223 122 189 0 0.45 0.15 0.13 320.2 0.61 0.68
Hex DF 7A BD 0 2D F D 140 3D 44
Octal 337 172 275 0 55 17 15 500 75 104
Binary 11011111 1111010 10111101 0 101101 1111 1101 101000000 111101 1000100

Color Harmonies of #DF7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ABD

Black with #DF7ABD

Text Example


Text Example

White with #DF7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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