Html Css Color HEX #DD8275 New York Pink

📋 copy color: '#DD8275'

red 221 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #DD8275

Tints of New York Pink #DD8275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 47.22%
G = 27.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8275 (or 0xDD8275) is known color: New York Pink. HEX triplet: DD, 82 and 75. RGB value is (221,130,117). Sum of RGB (Red+Green+Blue) = 221+130+117=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8275 is #227D8A. Grayscale: #9B9B9B. Windows color (decimal): -2260363 or 7701213. OLE color: 7701213.

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

Color convert

RGB 221 130 117 -
CMYK 0 0.41 0.47 0.13
HSL 7.5º 0.6% 0.66% -
HSV(B) 7.5º 0.47% 0.87% -
XYZ 41.01 32.62 20.96 -
YUV 155.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 221 130 117 0 0.41 0.47 0.13 7.5 0.6 0.66
Hex DD 82 75 0 29 2F D 8 3C 42
Octal 335 202 165 0 51 57 15 10 74 102
Binary 11011101 10000010 1110101 0 101001 101111 1101 1000 111100 1000010

Color Harmonies of #DD8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8275

Black with #DD8275

Text Example


Text Example

White with #DD8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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