Html Css Color HEX #DF7EBE Persian Pink

📋 copy color: '#DF7EBE'

red 223 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #DF7EBE

Tints of Persian Pink #DF7EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 41.37%
G = 23.38%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF7EBE (or 0xDF7EBE) is known color: Persian Pink. HEX triplet: DF, 7E and BE. RGB value is (223,126,190). Sum of RGB (Red+Green+Blue) = 223+126+190=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EBE is #208141. Grayscale: #A2A2A2. Windows color (decimal): -2130242 or 12484319. OLE color: 12484319.

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

Color convert

RGB 223 126 190 -
CMYK 0 0.43 0.15 0.13
HSL 320.41º 0.6% 0.68% -
HSV(B) 320.41º 0.43% 0.87% -
XYZ 47.19 34.33 52.85 -
YUV 162.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 223 126 190 0 0.43 0.15 0.13 320.41 0.6 0.68
Hex DF 7E BE 0 2B F D 140 3C 44
Octal 337 176 276 0 53 17 15 500 74 104
Binary 11011111 1111110 10111110 0 101011 1111 1101 101000000 111100 1000100

Color Harmonies of #DF7EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EBE

Black with #DF7EBE

Text Example


Text Example

White with #DF7EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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