Html Css Color HEX #DD5C8B Dark Pink

📋 copy color: '#DD5C8B'

red 221 ◦ green 92 ◦ blue 139

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

Shades of Dark Pink #DD5C8B

Tints of Dark Pink #DD5C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 48.89%
G = 20.35%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD5C8B (or 0xDD5C8B) is known color: Dark Pink. HEX triplet: DD, 5C and 8B. RGB value is (221,92,139). Sum of RGB (Red+Green+Blue) = 221+92+139=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C8B is #22A374. Grayscale: #878787. Windows color (decimal): -2270069 or 9133277. OLE color: 9133277.

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

Color convert

RGB 221 92 139 -
CMYK 0 0.58 0.37 0.13
HSL 338.14º 0.65% 0.61% -
HSV(B) 338.14º 0.58% 0.87% -
XYZ 38.31 24.89 27.21 -
YUV 135.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 221 92 139 0 0.58 0.37 0.13 338.14 0.65 0.61
Hex DD 5C 8B 0 3A 25 D 152 41 3D
Octal 335 134 213 0 72 45 15 522 101 75
Binary 11011101 1011100 10001011 0 111010 100101 1101 101010010 1000001 111101

Color Harmonies of #DD5C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C8B

Black with #DD5C8B

Text Example


Text Example

White with #DD5C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C8B; }

 p { color: rgb(221,92,139); }

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

background-color css

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

 a { background-color: rgb(221,92,139); }

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

border-color css

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

 span { border-color: rgb(221,92,139); }

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