Html Css Color HEX #DC4F8D Dark Pink

📋 copy color: '#DC4F8D'

red 220 ◦ green 79 ◦ blue 141

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

Shades of Dark Pink #DC4F8D

Tints of Dark Pink #DC4F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 50%
G = 17.95%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC4F8D (or 0xDC4F8D) is known color: Dark Pink. HEX triplet: DC, 4F and 8D. RGB value is (220,79,141). Sum of RGB (Red+Green+Blue) = 220+79+141=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F8D is #23B072. Grayscale: #808080. Windows color (decimal): -2338931 or 9261020. OLE color: 9261020.

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

Color convert

RGB 220 79 141 -
CMYK 0 0.64 0.36 0.14
HSL 333.62º 0.67% 0.59% -
HSV(B) 333.62º 0.64% 0.86% -
XYZ 37.12 22.73 27.63 -
YUV 128.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 220 79 141 0 0.64 0.36 0.14 333.62 0.67 0.59
Hex DC 4F 8D 0 40 24 E 14E 43 3B
Octal 334 117 215 0 100 44 16 516 103 73
Binary 11011100 1001111 10001101 0 1000000 100100 1110 101001110 1000011 111011

Color Harmonies of #DC4F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F8D

Black with #DC4F8D

Text Example


Text Example

White with #DC4F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F8D; }

 p { color: rgb(220,79,141); }

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

background-color css

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

 a { background-color: rgb(220,79,141); }

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

border-color css

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

 span { border-color: rgb(220,79,141); }

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