Html Css Color HEX #DF6FB9 Persian Pink

📋 copy color: '#DF6FB9'

red 223 ◦ green 111 ◦ blue 185

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

Shades of Persian Pink #DF6FB9

Tints of Persian Pink #DF6FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

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

R = 42.97%
G = 21.39%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF6FB9 (or 0xDF6FB9) is known color: Persian Pink. HEX triplet: DF, 6F and B9. RGB value is (223,111,185). Sum of RGB (Red+Green+Blue) = 223+111+185=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FB9 is #209046. Grayscale: #989898. Windows color (decimal): -2134087 or 12152799. OLE color: 12152799.

HSL color Cylindrical-coordinate representation of color #DF6FB9: hue angle of 320.36º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FB9 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 185 -
CMYK 0 0.50 0.17 0.13
HSL 320.36º 0.64% 0.65% -
HSV(B) 320.36º 0.5% 0.87% -
XYZ 44.87 30.56 49.43 -
YUV 152.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 223 111 185 0 0.50 0.17 0.13 320.36 0.64 0.65
Hex DF 6F B9 0 32 11 D 140 40 41
Octal 337 157 271 0 62 21 15 500 100 101
Binary 11011111 1101111 10111001 0 110010 10001 1101 101000000 1000000 1000001

Color Harmonies of #DF6FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FB9

Black with #DF6FB9

Text Example


Text Example

White with #DF6FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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