Html Css Color HEX #DD7B73 New York Pink

📋 copy color: '#DD7B73'

red 221 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #DD7B73

Tints of New York Pink #DD7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 48.15%
G = 26.8%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7B73 (or 0xDD7B73) is known color: New York Pink. HEX triplet: DD, 7B and 73. RGB value is (221,123,115). Sum of RGB (Red+Green+Blue) = 221+123+115=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B73 is #22848C. Grayscale: #979797. Windows color (decimal): -2262157 or 7568349. OLE color: 7568349.

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

Color convert

RGB 221 123 115 -
CMYK 0 0.44 0.48 0.13
HSL 4.53º 0.61% 0.66% -
HSV(B) 4.53º 0.48% 0.87% -
XYZ 40 30.78 20.05 -
YUV 151.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 221 123 115 0 0.44 0.48 0.13 4.53 0.61 0.66
Hex DD 7B 73 0 2C 30 D 5 3D 42
Octal 335 173 163 0 54 60 15 5 75 102
Binary 11011101 1111011 1110011 0 101100 110000 1101 101 111101 1000010

Color Harmonies of #DD7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B73

Black with #DD7B73

Text Example


Text Example

White with #DD7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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