Html Css Color HEX #DD7A6D New York Pink

📋 copy color: '#DD7A6D'

red 221 ◦ green 122 ◦ blue 109

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

Shades of New York Pink #DD7A6D

Tints of New York Pink #DD7A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 48.89%
G = 26.99%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD7A6D (or 0xDD7A6D) is known color: New York Pink. HEX triplet: DD, 7A and 6D. RGB value is (221,122,109). Sum of RGB (Red+Green+Blue) = 221+122+109=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A6D is #228592. Grayscale: #969696. Windows color (decimal): -2262419 or 7174877. OLE color: 7174877.

HSL color Cylindrical-coordinate representation of color #DD7A6D: hue angle of 6.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7A6D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 109 -
CMYK 0 0.45 0.51 0.13
HSL 6.96º 0.62% 0.65% -
HSV(B) 6.96º 0.51% 0.87% -
XYZ 39.54 30.4 18.25 -
YUV 150.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 221 122 109 0 0.45 0.51 0.13 6.96 0.62 0.65
Hex DD 7A 6D 0 2D 33 D 7 3E 41
Octal 335 172 155 0 55 63 15 7 76 101
Binary 11011101 1111010 1101101 0 101101 110011 1101 111 111110 1000001

Color Harmonies of #DD7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A6D

Black with #DD7A6D

Text Example


Text Example

White with #DD7A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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