Html Css Color HEX #DC6DBA Persian Pink

📋 copy color: '#DC6DBA'

red 220 ◦ green 109 ◦ blue 186

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

Shades of Persian Pink #DC6DBA

Tints of Persian Pink #DC6DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

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

R = 42.72%
G = 21.17%
B = 36.12%

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

#DC6DBA (or 0xDC6DBA) is known color: Persian Pink. HEX triplet: DC, 6D and BA. RGB value is (220,109,186). Sum of RGB (Red+Green+Blue) = 220+109+186=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBA is #239245. Grayscale: #969696. Windows color (decimal): -2331206 or 12217820. OLE color: 12217820.

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

Color convert

RGB 220 109 186 -
CMYK 0 0.50 0.15 0.14
HSL 318.38º 0.61% 0.65% -
HSV(B) 318.38º 0.5% 0.86% -
XYZ 43.85 29.7 49.88 -
YUV 150.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 220 109 186 0 0.50 0.15 0.14 318.38 0.61 0.65
Hex DC 6D BA 0 32 F E 13E 3D 41
Octal 334 155 272 0 62 17 16 476 75 101
Binary 11011100 1101101 10111010 0 110010 1111 1110 100111110 111101 1000001

Color Harmonies of #DC6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DBA

Black with #DC6DBA

Text Example


Text Example

White with #DC6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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