Html Css Color HEX #DD7A6F New York Pink

📋 copy color: '#DD7A6F'

red 221 ◦ green 122 ◦ blue 111

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

Shades of New York Pink #DD7A6F

Tints of New York Pink #DD7A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 48.68%
G = 26.87%
B = 24.45%

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

#DD7A6F (or 0xDD7A6F) is known color: New York Pink. HEX triplet: DD, 7A and 6F. RGB value is (221,122,111). Sum of RGB (Red+Green+Blue) = 221+122+111=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A6F is #228590. Grayscale: #969696. Windows color (decimal): -2262417 or 7305949. OLE color: 7305949.

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

Color convert

RGB 221 122 111 -
CMYK 0 0.45 0.50 0.13
HSL 0.62% 0.65% -
HSV(B) 0.5% 0.87% -
XYZ 39.65 30.44 18.82 -
YUV 150.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 221 122 111 0 0.45 0.50 0.13 6 0.62 0.65
Hex DD 7A 6F 0 2D 32 D 6 3E 41
Octal 335 172 157 0 55 62 15 6 76 101
Binary 11011101 1111010 1101111 0 101101 110010 1101 110 111110 1000001

Color Harmonies of #DD7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A6F

Black with #DD7A6F

Text Example


Text Example

White with #DD7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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