Html Css Color HEX #DC6181 Dark Pink

📋 copy color: '#DC6181'

red 220 ◦ green 97 ◦ blue 129

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

Shades of Dark Pink #DC6181

Tints of Dark Pink #DC6181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

 BLUE value IS 129 (50.78% from 255) = 28.92%

R = 49.33%
G = 21.75%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC6181 (or 0xDC6181) is known color: Dark Pink. HEX triplet: DC, 61 and 81. RGB value is (220,97,129). Sum of RGB (Red+Green+Blue) = 220+97+129=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6181 is #239E7E. Grayscale: #898989. Windows color (decimal): -2334335 or 8479196. OLE color: 8479196.

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

Color convert

RGB 220 97 129 -
CMYK 0 0.56 0.41 0.14
HSL 344.39º 0.64% 0.62% -
HSV(B) 344.39º 0.56% 0.86% -
XYZ 37.75 25.35 23.67 -
YUV 137.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 220 97 129 0 0.56 0.41 0.14 344.39 0.64 0.62
Hex DC 61 81 0 38 29 E 158 40 3E
Octal 334 141 201 0 70 51 16 530 100 76
Binary 11011100 1100001 10000001 0 111000 101001 1110 101011000 1000000 111110

Color Harmonies of #DC6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6181

Black with #DC6181

Text Example


Text Example

White with #DC6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6181; }

 p { color: rgb(220,97,129); }

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

background-color css

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

 a { background-color: rgb(220,97,129); }

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

border-color css

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

 span { border-color: rgb(220,97,129); }

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