Html Css Color HEX #DD4F8C Dark Pink

📋 copy color: '#DD4F8C'

red 221 ◦ green 79 ◦ blue 140

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

Shades of Dark Pink #DD4F8C

Tints of Dark Pink #DD4F8C

RGB

 RED value IS 221 (86.72% from 255) = 50.23%

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 50.23%
G = 17.95%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD4F8C (or 0xDD4F8C) is known color: Dark Pink. HEX triplet: DD, 4F and 8C. RGB value is (221,79,140). Sum of RGB (Red+Green+Blue) = 221+79+140=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F8C is #22B073. Grayscale: #808080. Windows color (decimal): -2273396 or 9195485. OLE color: 9195485.

HSL color Cylindrical-coordinate representation of color #DD4F8C: hue angle of 334.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F8C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 140 -
CMYK 0 0.64 0.37 0.13
HSL 334.23º 0.68% 0.59% -
HSV(B) 334.23º 0.64% 0.87% -
XYZ 37.35 22.86 27.25 -
YUV 128.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 221 79 140 0 0.64 0.37 0.13 334.23 0.68 0.59
Hex DD 4F 8C 0 40 25 D 14E 44 3B
Octal 335 117 214 0 100 45 15 516 104 73
Binary 11011101 1001111 10001100 0 1000000 100101 1101 101001110 1000100 111011

Color Harmonies of #DD4F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F8C

Black with #DD4F8C

Text Example


Text Example

White with #DD4F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F8C; }

 p { color: rgb(221,79,140); }

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

background-color css

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

 a { background-color: rgb(221,79,140); }

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

border-color css

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

 span { border-color: rgb(221,79,140); }

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