Html Css Color HEX #DF7DB9 Persian Pink

📋 copy color: '#DF7DB9'

red 223 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #DF7DB9

Tints of Persian Pink #DF7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 41.84%
G = 23.45%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF7DB9 (or 0xDF7DB9) is known color: Persian Pink. HEX triplet: DF, 7D and B9. RGB value is (223,125,185). Sum of RGB (Red+Green+Blue) = 223+125+185=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DB9 is #208246. Grayscale: #A0A0A0. Windows color (decimal): -2130503 or 12156383. OLE color: 12156383.

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

Color convert

RGB 223 125 185 -
CMYK 0 0.44 0.17 0.13
HSL 323.27º 0.6% 0.68% -
HSV(B) 323.27º 0.44% 0.87% -
XYZ 46.52 33.86 49.98 -
YUV 161.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 223 125 185 0 0.44 0.17 0.13 323.27 0.6 0.68
Hex DF 7D B9 0 2C 11 D 143 3C 44
Octal 337 175 271 0 54 21 15 503 74 104
Binary 11011111 1111101 10111001 0 101100 10001 1101 101000011 111100 1000100

Color Harmonies of #DF7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DB9

Black with #DF7DB9

Text Example


Text Example

White with #DF7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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