Html Css Color HEX #DF7EB4 Persian Pink

📋 copy color: '#DF7EB4'

red 223 ◦ green 126 ◦ blue 180

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

Shades of Persian Pink #DF7EB4

Tints of Persian Pink #DF7EB4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.82%

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 42.16%
G = 23.82%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF7EB4 (or 0xDF7EB4) is known color: Persian Pink. HEX triplet: DF, 7E and B4. RGB value is (223,126,180). Sum of RGB (Red+Green+Blue) = 223+126+180=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EB4 is #20814B. Grayscale: #A1A1A1. Windows color (decimal): -2130252 or 11828959. OLE color: 11828959.

HSL color Cylindrical-coordinate representation of color #DF7EB4: hue angle of 326.6º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EB4 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 180 -
CMYK 0 0.43 0.19 0.13
HSL 326.6º 0.6% 0.68% -
HSV(B) 326.6º 0.43% 0.87% -
XYZ 46.13 33.9 47.29 -
YUV 161.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 223 126 180 0 0.43 0.19 0.13 326.6 0.6 0.68
Hex DF 7E B4 0 2B 13 D 147 3C 44
Octal 337 176 264 0 53 23 15 507 74 104
Binary 11011111 1111110 10110100 0 101011 10011 1101 101000111 111100 1000100

Color Harmonies of #DF7EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EB4

Black with #DF7EB4

Text Example


Text Example

White with #DF7EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EB4; }

 p { color: rgb(223,126,180); }

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

background-color css

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

 a { background-color: rgb(223,126,180); }

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

border-color css

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

 span { border-color: rgb(223,126,180); }

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