Html Css Color HEX #DF75AD Persian Pink

📋 copy color: '#DF75AD'

red 223 ◦ green 117 ◦ blue 173

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

Shades of Persian Pink #DF75AD

Tints of Persian Pink #DF75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 43.47%
G = 22.81%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF75AD (or 0xDF75AD) is known color: Persian Pink. HEX triplet: DF, 75 and AD. RGB value is (223,117,173). Sum of RGB (Red+Green+Blue) = 223+117+173=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75AD is #208A52. Grayscale: #9A9A9A. Windows color (decimal): -2132563 or 11367903. OLE color: 11367903.

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

Color convert

RGB 223 117 173 -
CMYK 0 0.48 0.22 0.13
HSL 328.3º 0.62% 0.67% -
HSV(B) 328.3º 0.48% 0.87% -
XYZ 44.34 31.43 43.26 -
YUV 155.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 223 117 173 0 0.48 0.22 0.13 328.3 0.62 0.67
Hex DF 75 AD 0 30 16 D 148 3E 43
Octal 337 165 255 0 60 26 15 510 76 103
Binary 11011111 1110101 10101101 0 110000 10110 1101 101001000 111110 1000011

Color Harmonies of #DF75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75AD

Black with #DF75AD

Text Example


Text Example

White with #DF75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75AD; }

 p { color: rgb(223,117,173); }

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

background-color css

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

 a { background-color: rgb(223,117,173); }

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

border-color css

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

 span { border-color: rgb(223,117,173); }

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