Html Css Color HEX #DC7FB6 Persian Pink

📋 copy color: '#DC7FB6'

red 220 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #DC7FB6

Tints of Persian Pink #DC7FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 41.59%
G = 24.01%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC7FB6 (or 0xDC7FB6) is known color: Persian Pink. HEX triplet: DC, 7F and B6. RGB value is (220,127,182). Sum of RGB (Red+Green+Blue) = 220+127+182=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FB6 is #238049. Grayscale: #A0A0A0. Windows color (decimal): -2326602 or 11960284. OLE color: 11960284.

HSL color Cylindrical-coordinate representation of color #DC7FB6: hue angle of 324.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FB6 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 182 -
CMYK 0 0.42 0.17 0.14
HSL 324.52º 0.57% 0.68% -
HSV(B) 324.52º 0.42% 0.86% -
XYZ 45.55 33.77 48.37 -
YUV 161.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 220 127 182 0 0.42 0.17 0.14 324.52 0.57 0.68
Hex DC 7F B6 0 2A 11 E 145 39 44
Octal 334 177 266 0 52 21 16 505 71 104
Binary 11011100 1111111 10110110 0 101010 10001 1110 101000101 111001 1000100

Color Harmonies of #DC7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FB6

Black with #DC7FB6

Text Example


Text Example

White with #DC7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FB6; }

 p { color: rgb(220,127,182); }

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

background-color css

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

 a { background-color: rgb(220,127,182); }

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

border-color css

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

 span { border-color: rgb(220,127,182); }

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