Html Css Color HEX #DD7869 New York Pink

📋 copy color: '#DD7869'

red 221 ◦ green 120 ◦ blue 105

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

Shades of New York Pink #DD7869

Tints of New York Pink #DD7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.91%

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 49.55%
G = 26.91%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7869 (or 0xDD7869) is known color: New York Pink. HEX triplet: DD, 78 and 69. RGB value is (221,120,105). Sum of RGB (Red+Green+Blue) = 221+120+105=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7869 is #228796. Grayscale: #949494. Windows color (decimal): -2262935 or 6912221. OLE color: 6912221.

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

Color convert

RGB 221 120 105 -
CMYK 0 0.46 0.52 0.13
HSL 7.76º 0.63% 0.64% -
HSV(B) 7.76º 0.52% 0.87% -
XYZ 39.09 29.83 17.06 -
YUV 148.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 221 120 105 0 0.46 0.52 0.13 7.76 0.63 0.64
Hex DD 78 69 0 2E 34 D 8 3F 40
Octal 335 170 151 0 56 64 15 10 77 100
Binary 11011101 1111000 1101001 0 101110 110100 1101 1000 111111 1000000

Color Harmonies of #DD7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7869

Black with #DD7869

Text Example


Text Example

White with #DD7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7869; }

 p { color: rgb(221,120,105); }

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

background-color css

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

 a { background-color: rgb(221,120,105); }

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

border-color css

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

 span { border-color: rgb(221,120,105); }

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