Html Css Color HEX #DF7AB3 Persian Pink

📋 copy color: '#DF7AB3'

red 223 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #DF7AB3

Tints of Persian Pink #DF7AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 42.56%
G = 23.28%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF7AB3 (or 0xDF7AB3) is known color: Persian Pink. HEX triplet: DF, 7A and B3. RGB value is (223,122,179). Sum of RGB (Red+Green+Blue) = 223+122+179=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AB3 is #20854C. Grayscale: #9E9E9E. Windows color (decimal): -2131277 or 11762399. OLE color: 11762399.

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

Color convert

RGB 223 122 179 -
CMYK 0 0.45 0.20 0.13
HSL 326.14º 0.61% 0.68% -
HSV(B) 326.14º 0.45% 0.87% -
XYZ 45.53 32.86 46.59 -
YUV 158.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 223 122 179 0 0.45 0.20 0.13 326.14 0.61 0.68
Hex DF 7A B3 0 2D 14 D 146 3D 44
Octal 337 172 263 0 55 24 15 506 75 104
Binary 11011111 1111010 10110011 0 101101 10100 1101 101000110 111101 1000100

Color Harmonies of #DF7AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AB3

Black with #DF7AB3

Text Example


Text Example

White with #DF7AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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