Html Css Color HEX #DC6FB6 Persian Pink

📋 copy color: '#DC6FB6'

red 220 ◦ green 111 ◦ blue 182

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

Shades of Persian Pink #DC6FB6

Tints of Persian Pink #DC6FB6

RGB

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

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

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

R = 42.88%
G = 21.64%
B = 35.48%

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

#DC6FB6 (or 0xDC6FB6) is known color: Persian Pink. HEX triplet: DC, 6F and B6. RGB value is (220,111,182). Sum of RGB (Red+Green+Blue) = 220+111+182=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FB6 is #239049. Grayscale: #979797. Windows color (decimal): -2330698 or 11956188. OLE color: 11956188.

HSL color Cylindrical-coordinate representation of color #DC6FB6: hue angle of 320.92º 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 #DC6FB6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 182 -
CMYK 0 0.50 0.17 0.14
HSL 320.92º 0.61% 0.65% -
HSV(B) 320.92º 0.5% 0.86% -
XYZ 43.64 29.96 47.74 -
YUV 151.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 220 111 182 0 0.50 0.17 0.14 320.92 0.61 0.65
Hex DC 6F B6 0 32 11 E 141 3D 41
Octal 334 157 266 0 62 21 16 501 75 101
Binary 11011100 1101111 10110110 0 110010 10001 1110 101000001 111101 1000001

Color Harmonies of #DC6FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FB6

Black with #DC6FB6

Text Example


Text Example

White with #DC6FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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