Html Css Color HEX #DD7F72 New York Pink

📋 copy color: '#DD7F72'

red 221 ◦ green 127 ◦ blue 114

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

Shades of New York Pink #DD7F72

Tints of New York Pink #DD7F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 47.84%
G = 27.49%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7F72 (or 0xDD7F72) is known color: New York Pink. HEX triplet: DD, 7F and 72. RGB value is (221,127,114). Sum of RGB (Red+Green+Blue) = 221+127+114=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F72 is #22808D. Grayscale: #999999. Windows color (decimal): -2261134 or 7503837. OLE color: 7503837.

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

Color convert

RGB 221 127 114 -
CMYK 0 0.43 0.48 0.13
HSL 7.29º 0.61% 0.66% -
HSV(B) 7.29º 0.48% 0.87% -
XYZ 40.45 31.77 19.92 -
YUV 153.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 221 127 114 0 0.43 0.48 0.13 7.29 0.61 0.66
Hex DD 7F 72 0 2B 30 D 7 3D 42
Octal 335 177 162 0 53 60 15 7 75 102
Binary 11011101 1111111 1110010 0 101011 110000 1101 111 111101 1000010

Color Harmonies of #DD7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F72

Black with #DD7F72

Text Example


Text Example

White with #DD7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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