Html Css Color HEX #DD7E6E New York Pink

📋 copy color: '#DD7E6E'

red 221 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #DD7E6E

Tints of New York Pink #DD7E6E

RGB

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

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

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

R = 48.36%
G = 27.57%
B = 24.07%

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

#DD7E6E (or 0xDD7E6E) is known color: New York Pink. HEX triplet: DD, 7E and 6E. RGB value is (221,126,110). Sum of RGB (Red+Green+Blue) = 221+126+110=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E6E is #228191. Grayscale: #989898. Windows color (decimal): -2261394 or 7241437. OLE color: 7241437.

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

Color convert

RGB 221 126 110 -
CMYK 0 0.43 0.50 0.13
HSL 8.65º 0.62% 0.65% -
HSV(B) 8.65º 0.5% 0.87% -
XYZ 40.09 31.42 18.7 -
YUV 152.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 221 126 110 0 0.43 0.50 0.13 8.65 0.62 0.65
Hex DD 7E 6E 0 2B 32 D 9 3E 41
Octal 335 176 156 0 53 62 15 11 76 101
Binary 11011101 1111110 1101110 0 101011 110010 1101 1001 111110 1000001

Color Harmonies of #DD7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E6E

Black with #DD7E6E

Text Example


Text Example

White with #DD7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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