Html Css Color HEX #DF7BAF Persian Pink

📋 copy color: '#DF7BAF'

red 223 ◦ green 123 ◦ blue 175

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

Shades of Persian Pink #DF7BAF

Tints of Persian Pink #DF7BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.61%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 42.8%
G = 23.61%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF7BAF (or 0xDF7BAF) is known color: Persian Pink. HEX triplet: DF, 7B and AF. RGB value is (223,123,175). Sum of RGB (Red+Green+Blue) = 223+123+175=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BAF is #208450. Grayscale: #9E9E9E. Windows color (decimal): -2131025 or 11500511. OLE color: 11500511.

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

Color convert

RGB 223 123 175 -
CMYK 0 0.45 0.22 0.13
HSL 328.8º 0.61% 0.68% -
HSV(B) 328.8º 0.45% 0.87% -
XYZ 45.25 32.95 44.53 -
YUV 158.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 223 123 175 0 0.45 0.22 0.13 328.8 0.61 0.68
Hex DF 7B AF 0 2D 16 D 149 3D 44
Octal 337 173 257 0 55 26 15 511 75 104
Binary 11011111 1111011 10101111 0 101101 10110 1101 101001001 111101 1000100

Color Harmonies of #DF7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BAF

Black with #DF7BAF

Text Example


Text Example

White with #DF7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BAF; }

 p { color: rgb(223,123,175); }

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

background-color css

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

 a { background-color: rgb(223,123,175); }

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

border-color css

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

 span { border-color: rgb(223,123,175); }

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