Html Css Color HEX #DD8378 New York Pink

📋 copy color: '#DD8378'

red 221 ◦ green 131 ◦ blue 120

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

Shades of New York Pink #DD8378

Tints of New York Pink #DD8378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.75%

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 46.82%
G = 27.75%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8378 (or 0xDD8378) is known color: New York Pink. HEX triplet: DD, 83 and 78. RGB value is (221,131,120). Sum of RGB (Red+Green+Blue) = 221+131+120=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8378 is #227C87. Grayscale: #9C9C9C. Windows color (decimal): -2260104 or 7898077. OLE color: 7898077.

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

Color convert

RGB 221 131 120 -
CMYK 0 0.41 0.46 0.13
HSL 6.53º 0.6% 0.67% -
HSV(B) 6.53º 0.46% 0.87% -
XYZ 41.33 32.96 21.95 -
YUV 156.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 221 131 120 0 0.41 0.46 0.13 6.53 0.6 0.67
Hex DD 83 78 0 29 2E D 7 3C 43
Octal 335 203 170 0 51 56 15 7 74 103
Binary 11011101 10000011 1111000 0 101001 101110 1101 111 111100 1000011

Color Harmonies of #DD8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8378

Black with #DD8378

Text Example


Text Example

White with #DD8378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8378; }

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

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

background-color css

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

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

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

border-color css

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

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

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