Html Css Color HEX #DD7E67 New York Pink

📋 copy color: '#DD7E67'

red 221 ◦ green 126 ◦ blue 103

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

Shades of New York Pink #DD7E67

Tints of New York Pink #DD7E67

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 49.11%
G = 28%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7E67 (or 0xDD7E67) is known color: New York Pink. HEX triplet: DD, 7E and 67. RGB value is (221,126,103). Sum of RGB (Red+Green+Blue) = 221+126+103=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E67 is #228198. Grayscale: #979797. Windows color (decimal): -2261401 or 6782685. OLE color: 6782685.

HSL color Cylindrical-coordinate representation of color #DD7E67: hue angle of 11.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD7E67 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 103 -
CMYK 0 0.43 0.53 0.13
HSL 11.69º 0.63% 0.64% -
HSV(B) 11.69º 0.53% 0.87% -
XYZ 39.73 31.27 16.77 -
YUV 151.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 221 126 103 0 0.43 0.53 0.13 11.69 0.63 0.64
Hex DD 7E 67 0 2B 35 D C 3F 40
Octal 335 176 147 0 53 65 15 14 77 100
Binary 11011101 1111110 1100111 0 101011 110101 1101 1100 111111 1000000

Color Harmonies of #DD7E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E67

Black with #DD7E67

Text Example


Text Example

White with #DD7E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E67; }

 p { color: rgb(221,126,103); }

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

background-color css

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

 a { background-color: rgb(221,126,103); }

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

border-color css

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

 span { border-color: rgb(221,126,103); }

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