Html Css Color HEX #DF7BAE Persian Pink

📋 copy color: '#DF7BAE'

red 223 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #DF7BAE

Tints of Persian Pink #DF7BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 42.88%
G = 23.65%
B = 33.46%

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

#DF7BAE (or 0xDF7BAE) is known color: Persian Pink. HEX triplet: DF, 7B and AE. RGB value is (223,123,174). Sum of RGB (Red+Green+Blue) = 223+123+174=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BAE is #208451. Grayscale: #9E9E9E. Windows color (decimal): -2131026 or 11434975. OLE color: 11434975.

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

Color convert

RGB 223 123 174 -
CMYK 0 0.45 0.22 0.13
HSL 329.4º 0.61% 0.68% -
HSV(B) 329.4º 0.45% 0.87% -
XYZ 45.15 32.91 44.02 -
YUV 158.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 223 123 174 0 0.45 0.22 0.13 329.4 0.61 0.68
Hex DF 7B AE 0 2D 16 D 149 3D 44
Octal 337 173 256 0 55 26 15 511 75 104
Binary 11011111 1111011 10101110 0 101101 10110 1101 101001001 111101 1000100

Color Harmonies of #DF7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BAE

Black with #DF7BAE

Text Example


Text Example

White with #DF7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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