Html Css Color HEX #DD7D6E New York Pink

📋 copy color: '#DD7D6E'

red 221 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #DD7D6E

Tints of New York Pink #DD7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.41%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 48.46%
G = 27.41%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD7D6E (or 0xDD7D6E) is known color: New York Pink. HEX triplet: DD, 7D and 6E. RGB value is (221,125,110). Sum of RGB (Red+Green+Blue) = 221+125+110=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D6E is #228291. Grayscale: #989898. Windows color (decimal): -2261650 or 7241181. OLE color: 7241181.

HSL color Cylindrical-coordinate representation of color #DD7D6E: hue angle of 8.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7D6E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 110 -
CMYK 0 0.43 0.50 0.13
HSL 8.11º 0.62% 0.65% -
HSV(B) 8.11º 0.5% 0.87% -
XYZ 39.97 31.17 18.66 -
YUV 151.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 221 125 110 0 0.43 0.50 0.13 8.11 0.62 0.65
Hex DD 7D 6E 0 2B 32 D 8 3E 41
Octal 335 175 156 0 53 62 15 10 76 101
Binary 11011101 1111101 1101110 0 101011 110010 1101 1000 111110 1000001

Color Harmonies of #DD7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D6E

Black with #DD7D6E

Text Example


Text Example

White with #DD7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D6E; }

 p { color: rgb(221,125,110); }

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

background-color css

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

 a { background-color: rgb(221,125,110); }

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

border-color css

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

 span { border-color: rgb(221,125,110); }

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