Html Css Color HEX #DD7F75 New York Pink

📋 copy color: '#DD7F75'

red 221 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #DD7F75

Tints of New York Pink #DD7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

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

R = 47.53%
G = 27.31%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7F75 (or 0xDD7F75) is known color: New York Pink. HEX triplet: DD, 7F and 75. RGB value is (221,127,117). Sum of RGB (Red+Green+Blue) = 221+127+117=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F75 is #22808A. Grayscale: #9A9A9A. Windows color (decimal): -2261131 or 7700445. OLE color: 7700445.

HSL color Cylindrical-coordinate representation of color #DD7F75: hue angle of 5.77º 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 #DD7F75 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 117 -
CMYK 0 0.43 0.47 0.13
HSL 5.77º 0.6% 0.66% -
HSV(B) 5.77º 0.47% 0.87% -
XYZ 40.62 31.84 20.83 -
YUV 153.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 221 127 117 0 0.43 0.47 0.13 5.77 0.6 0.66
Hex DD 7F 75 0 2B 2F D 6 3C 42
Octal 335 177 165 0 53 57 15 6 74 102
Binary 11011101 1111111 1110101 0 101011 101111 1101 110 111100 1000010

Color Harmonies of #DD7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F75

Black with #DD7F75

Text Example


Text Example

White with #DD7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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