Html Css Color HEX #DC6085 Dark Pink

📋 copy color: '#DC6085'

red 220 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #DC6085

Tints of Dark Pink #DC6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 49%
G = 21.38%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC6085 (or 0xDC6085) is known color: Dark Pink. HEX triplet: DC, 60 and 85. RGB value is (220,96,133). Sum of RGB (Red+Green+Blue) = 220+96+133=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6085 is #239F7A. Grayscale: #898989. Windows color (decimal): -2334587 or 8741084. OLE color: 8741084.

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

Color convert

RGB 220 96 133 -
CMYK 0 0.56 0.40 0.14
HSL 342.1º 0.64% 0.62% -
HSV(B) 342.1º 0.56% 0.86% -
XYZ 37.93 25.27 25.07 -
YUV 137.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 220 96 133 0 0.56 0.40 0.14 342.1 0.64 0.62
Hex DC 60 85 0 38 28 E 156 40 3E
Octal 334 140 205 0 70 50 16 526 100 76
Binary 11011100 1100000 10000101 0 111000 101000 1110 101010110 1000000 111110

Color Harmonies of #DC6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6085

Black with #DC6085

Text Example


Text Example

White with #DC6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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