Html Css Color HEX #DC6FB4 Persian Pink

📋 copy color: '#DC6FB4'

red 220 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #DC6FB4

Tints of Persian Pink #DC6FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 43.05%
G = 21.72%
B = 35.23%

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

#DC6FB4 (or 0xDC6FB4) is known color: Persian Pink. HEX triplet: DC, 6F and B4. RGB value is (220,111,180). Sum of RGB (Red+Green+Blue) = 220+111+180=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FB4 is #23904B. Grayscale: #979797. Windows color (decimal): -2330700 or 11825116. OLE color: 11825116.

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

Color convert

RGB 220 111 180 -
CMYK 0 0.50 0.18 0.14
HSL 322.02º 0.61% 0.65% -
HSV(B) 322.02º 0.5% 0.86% -
XYZ 43.44 29.88 46.66 -
YUV 151.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 220 111 180 0 0.50 0.18 0.14 322.02 0.61 0.65
Hex DC 6F B4 0 32 12 E 142 3D 41
Octal 334 157 264 0 62 22 16 502 75 101
Binary 11011100 1101111 10110100 0 110010 10010 1110 101000010 111101 1000001

Color Harmonies of #DC6FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FB4

Black with #DC6FB4

Text Example


Text Example

White with #DC6FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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