Html Css Color HEX #D08575 New York Pink

📋 copy color: '#D08575'

red 208 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #D08575

Tints of New York Pink #D08575

RGB

 RED value IS 208 (81.64% from 255) = 45.41%

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

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 45.41%
G = 29.04%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08575 (or 0xD08575) is known color: New York Pink. HEX triplet: D0, 85 and 75. RGB value is (208,133,117). Sum of RGB (Red+Green+Blue) = 208+133+117=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D08575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08575 is #2F7A8A. Grayscale: #999999. Windows color (decimal): -3111563 or 7701968. OLE color: 7701968.

HSL color Cylindrical-coordinate representation of color #D08575: hue angle of 10.55º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08575 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 117 -
CMYK 0 0.36 0.44 0.18
HSL 10.55º 0.49% 0.64% -
HSV(B) 10.55º 0.44% 0.82% -
XYZ 37.61 31.47 20.92 -
YUV 153.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 208 133 117 0 0.36 0.44 0.18 10.55 0.49 0.64
Hex D0 85 75 0 24 2C 12 B 31 40
Octal 320 205 165 0 44 54 22 13 61 100
Binary 11010000 10000101 1110101 0 100100 101100 10010 1011 110001 1000000

Color Harmonies of #D08575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08575

Black with #D08575

Text Example


Text Example

White with #D08575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08575; }

 p { color: rgb(208,133,117); }

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

background-color css

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

 a { background-color: rgb(208,133,117); }

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

border-color css

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

 span { border-color: rgb(208,133,117); }

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