Html Css Color HEX #DD8078 New York Pink

📋 copy color: '#DD8078'

red 221 ◦ green 128 ◦ blue 120

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

Shades of New York Pink #DD8078

Tints of New York Pink #DD8078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 47.12%
G = 27.29%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8078 (or 0xDD8078) is known color: New York Pink. HEX triplet: DD, 80 and 78. RGB value is (221,128,120). Sum of RGB (Red+Green+Blue) = 221+128+120=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8078 is #227F87. Grayscale: #9B9B9B. Windows color (decimal): -2260872 or 7897309. OLE color: 7897309.

HSL color Cylindrical-coordinate representation of color #DD8078: hue angle of 4.75º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8078 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 120 -
CMYK 0 0.42 0.46 0.13
HSL 4.75º 0.6% 0.67% -
HSV(B) 4.75º 0.46% 0.87% -
XYZ 40.93 32.17 21.82 -
YUV 154.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 221 128 120 0 0.42 0.46 0.13 4.75 0.6 0.67
Hex DD 80 78 0 2A 2E D 5 3C 43
Octal 335 200 170 0 52 56 15 5 74 103
Binary 11011101 10000000 1111000 0 101010 101110 1101 101 111100 1000011

Color Harmonies of #DD8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8078

Black with #DD8078

Text Example


Text Example

White with #DD8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8078; }

 p { color: rgb(221,128,120); }

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

background-color css

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

 a { background-color: rgb(221,128,120); }

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

border-color css

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

 span { border-color: rgb(221,128,120); }

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