Html Css Color HEX #DF6FAF Persian Pink

📋 copy color: '#DF6FAF'

red 223 ◦ green 111 ◦ blue 175

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

Shades of Persian Pink #DF6FAF

Tints of Persian Pink #DF6FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 43.81%
G = 21.81%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF6FAF (or 0xDF6FAF) is known color: Persian Pink. HEX triplet: DF, 6F and AF. RGB value is (223,111,175). Sum of RGB (Red+Green+Blue) = 223+111+175=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FAF is #209050. Grayscale: #979797. Windows color (decimal): -2134097 or 11497439. OLE color: 11497439.

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

Color convert

RGB 223 111 175 -
CMYK 0 0.50 0.22 0.13
HSL 325.71º 0.64% 0.65% -
HSV(B) 325.71º 0.5% 0.87% -
XYZ 43.85 30.15 44.07 -
YUV 151.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 223 111 175 0 0.50 0.22 0.13 325.71 0.64 0.65
Hex DF 6F AF 0 32 16 D 146 40 41
Octal 337 157 257 0 62 26 15 506 100 101
Binary 11011111 1101111 10101111 0 110010 10110 1101 101000110 1000000 1000001

Color Harmonies of #DF6FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FAF

Black with #DF6FAF

Text Example


Text Example

White with #DF6FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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