Html Css Color HEX #DD857A New York Pink

📋 copy color: '#DD857A'

red 221 ◦ green 133 ◦ blue 122

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

Shades of New York Pink #DD857A

Tints of New York Pink #DD857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

 BLUE value IS 122 (48.05% from 255) = 25.63%

R = 46.43%
G = 27.94%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD857A (or 0xDD857A) is known color: New York Pink. HEX triplet: DD, 85 and 7A. RGB value is (221,133,122). Sum of RGB (Red+Green+Blue) = 221+133+122=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD857A is #227A85. Grayscale: #9E9E9E. Windows color (decimal): -2259590 or 8029661. OLE color: 8029661.

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

Color convert

RGB 221 133 122 -
CMYK 0 0.40 0.45 0.13
HSL 6.67º 0.59% 0.67% -
HSV(B) 6.67º 0.45% 0.87% -
XYZ 41.72 33.55 22.69 -
YUV 158.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 221 133 122 0 0.40 0.45 0.13 6.67 0.59 0.67
Hex DD 85 7A 0 28 2D D 7 3B 43
Octal 335 205 172 0 50 55 15 7 73 103
Binary 11011101 10000101 1111010 0 101000 101101 1101 111 111011 1000011

Color Harmonies of #DD857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD857A

Black with #DD857A

Text Example


Text Example

White with #DD857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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