Html Css Color HEX #DC6FB7 Persian Pink

📋 copy color: '#DC6FB7'

red 220 ◦ green 111 ◦ blue 183

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

Shades of Persian Pink #DC6FB7

Tints of Persian Pink #DC6FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 42.8%
G = 21.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC6FB7 (or 0xDC6FB7) is known color: Persian Pink. HEX triplet: DC, 6F and B7. RGB value is (220,111,183). Sum of RGB (Red+Green+Blue) = 220+111+183=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FB7 is #239048. Grayscale: #979797. Windows color (decimal): -2330697 or 12021724. OLE color: 12021724.

HSL color Cylindrical-coordinate representation of color #DC6FB7: hue angle of 320.37º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FB7 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 183 -
CMYK 0 0.50 0.17 0.14
HSL 320.37º 0.61% 0.65% -
HSV(B) 320.37º 0.5% 0.86% -
XYZ 43.75 30 48.29 -
YUV 151.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 220 111 183 0 0.50 0.17 0.14 320.37 0.61 0.65
Hex DC 6F B7 0 32 11 E 140 3D 41
Octal 334 157 267 0 62 21 16 500 75 101
Binary 11011100 1101111 10110111 0 110010 10001 1110 101000000 111101 1000001

Color Harmonies of #DC6FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FB7

Black with #DC6FB7

Text Example


Text Example

White with #DC6FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FB7; }

 p { color: rgb(220,111,183); }

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

background-color css

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

 a { background-color: rgb(220,111,183); }

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

border-color css

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

 span { border-color: rgb(220,111,183); }

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