Html Css Color HEX #DF7DBF Persian Pink

📋 copy color: '#DF7DBF'

red 223 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #DF7DBF

Tints of Persian Pink #DF7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 41.37%
G = 23.19%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF7DBF (or 0xDF7DBF) is known color: Persian Pink. HEX triplet: DF, 7D and BF. RGB value is (223,125,191). Sum of RGB (Red+Green+Blue) = 223+125+191=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBF is #208240. Grayscale: #A1A1A1. Windows color (decimal): -2130497 or 12549599. OLE color: 12549599.

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

Color convert

RGB 223 125 191 -
CMYK 0 0.44 0.14 0.13
HSL 319.59º 0.6% 0.68% -
HSV(B) 319.59º 0.44% 0.87% -
XYZ 47.17 34.12 53.39 -
YUV 161.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 223 125 191 0 0.44 0.14 0.13 319.59 0.6 0.68
Hex DF 7D BF 0 2C E D 140 3C 44
Octal 337 175 277 0 54 16 15 500 74 104
Binary 11011111 1111101 10111111 0 101100 1110 1101 101000000 111100 1000100

Color Harmonies of #DF7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DBF

Black with #DF7DBF

Text Example


Text Example

White with #DF7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DBF; }

 p { color: rgb(223,125,191); }

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

background-color css

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

 a { background-color: rgb(223,125,191); }

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

border-color css

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

 span { border-color: rgb(223,125,191); }

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