Html Css Color HEX #DD7A6E New York Pink

📋 copy color: '#DD7A6E'

red 221 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #DD7A6E

Tints of New York Pink #DD7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.93%

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

R = 48.79%
G = 26.93%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD7A6E (or 0xDD7A6E) is known color: New York Pink. HEX triplet: DD, 7A and 6E. RGB value is (221,122,110). Sum of RGB (Red+Green+Blue) = 221+122+110=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A6E is #228591. Grayscale: #969696. Windows color (decimal): -2262418 or 7240413. OLE color: 7240413.

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

Color convert

RGB 221 122 110 -
CMYK 0 0.45 0.50 0.13
HSL 6.49º 0.62% 0.65% -
HSV(B) 6.49º 0.5% 0.87% -
XYZ 39.59 30.42 18.54 -
YUV 150.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 221 122 110 0 0.45 0.50 0.13 6.49 0.62 0.65
Hex DD 7A 6E 0 2D 32 D 6 3E 41
Octal 335 172 156 0 55 62 15 6 76 101
Binary 11011101 1111010 1101110 0 101101 110010 1101 110 111110 1000001

Color Harmonies of #DD7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A6E

Black with #DD7A6E

Text Example


Text Example

White with #DD7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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