Html Css Color HEX #DD816F New York Pink

📋 copy color: '#DD816F'

red 221 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #DD816F

Tints of New York Pink #DD816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 47.94%
G = 27.98%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD816F (or 0xDD816F) is known color: New York Pink. HEX triplet: DD, 81 and 6F. RGB value is (221,129,111). Sum of RGB (Red+Green+Blue) = 221+129+111=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD816F is #227E90. Grayscale: #9A9A9A. Windows color (decimal): -2260625 or 7307741. OLE color: 7307741.

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

Color convert

RGB 221 129 111 -
CMYK 0 0.42 0.50 0.13
HSL 9.82º 0.62% 0.65% -
HSV(B) 9.82º 0.5% 0.87% -
XYZ 40.54 32.22 19.12 -
YUV 154.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 221 129 111 0 0.42 0.50 0.13 9.82 0.62 0.65
Hex DD 81 6F 0 2A 32 D A 3E 41
Octal 335 201 157 0 52 62 15 12 76 101
Binary 11011101 10000001 1101111 0 101010 110010 1101 1010 111110 1000001

Color Harmonies of #DD816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD816F

Black with #DD816F

Text Example


Text Example

White with #DD816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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