Html Css Color HEX #DF6EAF Persian Pink

📋 copy color: '#DF6EAF'

red 223 ◦ green 110 ◦ blue 175

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

Shades of Persian Pink #DF6EAF

Tints of Persian Pink #DF6EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.65%

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

R = 43.9%
G = 21.65%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF6EAF (or 0xDF6EAF) is known color: Persian Pink. HEX triplet: DF, 6E and AF. RGB value is (223,110,175). Sum of RGB (Red+Green+Blue) = 223+110+175=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6EAF is #209150. Grayscale: #979797. Windows color (decimal): -2134353 or 11497183. OLE color: 11497183.

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

Color convert

RGB 223 110 175 -
CMYK 0 0.51 0.22 0.13
HSL 325.49º 0.64% 0.65% -
HSV(B) 325.49º 0.51% 0.87% -
XYZ 43.75 29.93 44.03 -
YUV 151.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 223 110 175 0 0.51 0.22 0.13 325.49 0.64 0.65
Hex DF 6E AF 0 33 16 D 145 40 41
Octal 337 156 257 0 63 26 15 505 100 101
Binary 11011111 1101110 10101111 0 110011 10110 1101 101000101 1000000 1000001

Color Harmonies of #DF6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EAF

Black with #DF6EAF

Text Example


Text Example

White with #DF6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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