Html Css Color HEX #DD816E New York Pink

📋 copy color: '#DD816E'

red 221 ◦ green 129 ◦ blue 110

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

Shades of New York Pink #DD816E

Tints of New York Pink #DD816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 48.04%
G = 28.04%
B = 23.91%

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

#DD816E (or 0xDD816E) is known color: New York Pink. HEX triplet: DD, 81 and 6E. RGB value is (221,129,110). Sum of RGB (Red+Green+Blue) = 221+129+110=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD816E is #227E91. Grayscale: #9A9A9A. Windows color (decimal): -2260626 or 7242205. OLE color: 7242205.

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

Color convert

RGB 221 129 110 -
CMYK 0 0.42 0.50 0.13
HSL 10.27º 0.62% 0.65% -
HSV(B) 10.27º 0.5% 0.87% -
XYZ 40.48 32.2 18.83 -
YUV 154.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 221 129 110 0 0.42 0.50 0.13 10.27 0.62 0.65
Hex DD 81 6E 0 2A 32 D A 3E 41
Octal 335 201 156 0 52 62 15 12 76 101
Binary 11011101 10000001 1101110 0 101010 110010 1101 1010 111110 1000001

Color Harmonies of #DD816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD816E

Black with #DD816E

Text Example


Text Example

White with #DD816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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