Html Css Color HEX #DC6086 Dark Pink

📋 copy color: '#DC6086'

red 220 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #DC6086

Tints of Dark Pink #DC6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.33%

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 48.89%
G = 21.33%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC6086 (or 0xDC6086) is known color: Dark Pink. HEX triplet: DC, 60 and 86. RGB value is (220,96,134). Sum of RGB (Red+Green+Blue) = 220+96+134=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6086 is #239F79. Grayscale: #898989. Windows color (decimal): -2334586 or 8806620. OLE color: 8806620.

HSL color Cylindrical-coordinate representation of color #DC6086: hue angle of 341.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6086 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 134 -
CMYK 0 0.56 0.39 0.14
HSL 341.61º 0.64% 0.62% -
HSV(B) 341.61º 0.56% 0.86% -
XYZ 38 25.3 25.44 -
YUV 137.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 220 96 134 0 0.56 0.39 0.14 341.61 0.64 0.62
Hex DC 60 86 0 38 27 E 156 40 3E
Octal 334 140 206 0 70 47 16 526 100 76
Binary 11011100 1100000 10000110 0 111000 100111 1110 101010110 1000000 111110

Color Harmonies of #DC6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6086

Black with #DC6086

Text Example


Text Example

White with #DC6086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6086; }

 p { color: rgb(220,96,134); }

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

background-color css

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

 a { background-color: rgb(220,96,134); }

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

border-color css

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

 span { border-color: rgb(220,96,134); }

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