Html Css Color HEX #DC6FB5 Persian Pink

📋 copy color: '#DC6FB5'

red 220 ◦ green 111 ◦ blue 181

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

Shades of Persian Pink #DC6FB5

Tints of Persian Pink #DC6FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 42.97%
G = 21.68%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC6FB5 (or 0xDC6FB5) is known color: Persian Pink. HEX triplet: DC, 6F and B5. RGB value is (220,111,181). Sum of RGB (Red+Green+Blue) = 220+111+181=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FB5 is #23904A. Grayscale: #979797. Windows color (decimal): -2330699 or 11890652. OLE color: 11890652.

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

Color convert

RGB 220 111 181 -
CMYK 0 0.50 0.18 0.14
HSL 321.47º 0.61% 0.65% -
HSV(B) 321.47º 0.5% 0.86% -
XYZ 43.54 29.92 47.2 -
YUV 151.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 220 111 181 0 0.50 0.18 0.14 321.47 0.61 0.65
Hex DC 6F B5 0 32 12 E 141 3D 41
Octal 334 157 265 0 62 22 16 501 75 101
Binary 11011100 1101111 10110101 0 110010 10010 1110 101000001 111101 1000001

Color Harmonies of #DC6FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FB5

Black with #DC6FB5

Text Example


Text Example

White with #DC6FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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