Html Css Color HEX #DC6FBA Persian Pink

📋 copy color: '#DC6FBA'

red 220 ◦ green 111 ◦ blue 186

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

Shades of Persian Pink #DC6FBA

Tints of Persian Pink #DC6FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 42.55%
G = 21.47%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC6FBA (or 0xDC6FBA) is known color: Persian Pink. HEX triplet: DC, 6F and BA. RGB value is (220,111,186). Sum of RGB (Red+Green+Blue) = 220+111+186=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FBA is #239045. Grayscale: #979797. Windows color (decimal): -2330694 or 12218332. OLE color: 12218332.

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

Color convert

RGB 220 111 186 -
CMYK 0 0.50 0.15 0.14
HSL 318.72º 0.61% 0.65% -
HSV(B) 318.72º 0.5% 0.86% -
XYZ 44.06 30.13 49.95 -
YUV 152.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 220 111 186 0 0.50 0.15 0.14 318.72 0.61 0.65
Hex DC 6F BA 0 32 F E 13F 3D 41
Octal 334 157 272 0 62 17 16 477 75 101
Binary 11011100 1101111 10111010 0 110010 1111 1110 100111111 111101 1000001

Color Harmonies of #DC6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FBA

Black with #DC6FBA

Text Example


Text Example

White with #DC6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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