Html Css Color HEX #DC75AF Persian Pink

📋 copy color: '#DC75AF'

red 220 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #DC75AF

Tints of Persian Pink #DC75AF

RGB

 RED value IS 220 (86.33% from 255) = 42.97%

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

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

R = 42.97%
G = 22.85%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC75AF (or 0xDC75AF) is known color: Persian Pink. HEX triplet: DC, 75 and AF. RGB value is (220,117,175). Sum of RGB (Red+Green+Blue) = 220+117+175=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75AF is #238A50. Grayscale: #9A9A9A. Windows color (decimal): -2329169 or 11498972. OLE color: 11498972.

HSL color Cylindrical-coordinate representation of color #DC75AF: hue angle of 326.21º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75AF is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 175 -
CMYK 0 0.47 0.20 0.14
HSL 326.21º 0.6% 0.66% -
HSV(B) 326.21º 0.47% 0.86% -
XYZ 43.61 31.03 44.25 -
YUV 154.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 220 117 175 0 0.47 0.20 0.14 326.21 0.6 0.66
Hex DC 75 AF 0 2F 14 E 146 3C 42
Octal 334 165 257 0 57 24 16 506 74 102
Binary 11011100 1110101 10101111 0 101111 10100 1110 101000110 111100 1000010

Color Harmonies of #DC75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75AF

Black with #DC75AF

Text Example


Text Example

White with #DC75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75AF; }

 p { color: rgb(220,117,175); }

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

background-color css

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

 a { background-color: rgb(220,117,175); }

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

border-color css

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

 span { border-color: rgb(220,117,175); }

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