Html Css Color HEX #D77869 New York Pink

📋 copy color: '#D77869'

red 215 ◦ green 120 ◦ blue 105

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

Shades of New York Pink #D77869

Tints of New York Pink #D77869

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

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

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

R = 48.86%
G = 27.27%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D77869 (or 0xD77869) is known color: New York Pink. HEX triplet: D7, 78 and 69. RGB value is (215,120,105). Sum of RGB (Red+Green+Blue) = 215+120+105=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D77869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77869 is #288796. Grayscale: #929292. Windows color (decimal): -2656151 or 6912215. OLE color: 6912215.

HSL color Cylindrical-coordinate representation of color #D77869: hue angle of 8.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77869 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 105 -
CMYK 0 0.44 0.51 0.16
HSL 8.18º 0.58% 0.63% -
HSV(B) 8.18º 0.51% 0.84% -
XYZ 37.29 28.9 16.98 -
YUV 146.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 215 120 105 0 0.44 0.51 0.16 8.18 0.58 0.63
Hex D7 78 69 0 2C 33 10 8 3A 3F
Octal 327 170 151 0 54 63 20 10 72 77
Binary 11010111 1111000 1101001 0 101100 110011 10000 1000 111010 111111

Color Harmonies of #D77869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77869

Black with #D77869

Text Example


Text Example

White with #D77869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77869; }

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

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

background-color css

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

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

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

border-color css

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

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

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