Html Css Color HEX #DD8273 New York Pink

📋 copy color: '#DD8273'

red 221 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #DD8273

Tints of New York Pink #DD8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 47.42%
G = 27.9%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD8273 (or 0xDD8273) is known color: New York Pink. HEX triplet: DD, 82 and 73. RGB value is (221,130,115). Sum of RGB (Red+Green+Blue) = 221+130+115=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8273 is #227D8C. Grayscale: #9B9B9B. Windows color (decimal): -2260365 or 7570141. OLE color: 7570141.

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

Color convert

RGB 221 130 115 -
CMYK 0 0.41 0.48 0.13
HSL 8.49º 0.61% 0.66% -
HSV(B) 8.49º 0.48% 0.87% -
XYZ 40.9 32.58 20.35 -
YUV 155.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 221 130 115 0 0.41 0.48 0.13 8.49 0.61 0.66
Hex DD 82 73 0 29 30 D 8 3D 42
Octal 335 202 163 0 51 60 15 10 75 102
Binary 11011101 10000010 1110011 0 101001 110000 1101 1000 111101 1000010

Color Harmonies of #DD8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8273

Black with #DD8273

Text Example


Text Example

White with #DD8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8273; }

 p { color: rgb(221,130,115); }

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

background-color css

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

 a { background-color: rgb(221,130,115); }

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

border-color css

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

 span { border-color: rgb(221,130,115); }

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