Html Css Color HEX #DC72AF Persian Pink

📋 copy color: '#DC72AF'

red 220 ◦ green 114 ◦ blue 175

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

Shades of Persian Pink #DC72AF

Tints of Persian Pink #DC72AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

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

R = 43.22%
G = 22.4%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC72AF (or 0xDC72AF) is known color: Persian Pink. HEX triplet: DC, 72 and AF. RGB value is (220,114,175). Sum of RGB (Red+Green+Blue) = 220+114+175=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72AF is #238D50. Grayscale: #989898. Windows color (decimal): -2329937 or 11498204. OLE color: 11498204.

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

Color convert

RGB 220 114 175 -
CMYK 0 0.48 0.20 0.14
HSL 325.47º 0.6% 0.65% -
HSV(B) 325.47º 0.48% 0.86% -
XYZ 43.27 30.35 44.13 -
YUV 152.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 220 114 175 0 0.48 0.20 0.14 325.47 0.6 0.65
Hex DC 72 AF 0 30 14 E 145 3C 41
Octal 334 162 257 0 60 24 16 505 74 101
Binary 11011100 1110010 10101111 0 110000 10100 1110 101000101 111100 1000001

Color Harmonies of #DC72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72AF

Black with #DC72AF

Text Example


Text Example

White with #DC72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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