Html Css Color HEX #DC6FB0 Persian Pink

📋 copy color: '#DC6FB0'

red 220 ◦ green 111 ◦ blue 176

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

Shades of Persian Pink #DC6FB0

Tints of Persian Pink #DC6FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 43.39%
G = 21.89%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC6FB0 (or 0xDC6FB0) is known color: Persian Pink. HEX triplet: DC, 6F and B0. RGB value is (220,111,176). Sum of RGB (Red+Green+Blue) = 220+111+176=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FB0 is #23904F. Grayscale: #969696. Windows color (decimal): -2330704 or 11562972. OLE color: 11562972.

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

Color convert

RGB 220 111 176 -
CMYK 0 0.50 0.2 0.14
HSL 324.22º 0.61% 0.65% -
HSV(B) 324.22º 0.5% 0.86% -
XYZ 43.04 29.72 44.54 -
YUV 151 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 220 111 176 0 0.50 0.2 0.14 324.22 0.61 0.65
Hex DC 6F B0 0 32 14 E 144 3D 41
Octal 334 157 260 0 62 24 16 504 75 101
Binary 11011100 1101111 10110000 0 110010 10100 1110 101000100 111101 1000001

Color Harmonies of #DC6FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FB0

Black with #DC6FB0

Text Example


Text Example

White with #DC6FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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