Html Css Color HEX #D08075 New York Pink

📋 copy color: '#D08075'

red 208 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #D08075

Tints of New York Pink #D08075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 45.92%
G = 28.26%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08075 (or 0xD08075) is known color: New York Pink. HEX triplet: D0, 80 and 75. RGB value is (208,128,117). Sum of RGB (Red+Green+Blue) = 208+128+117=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D08075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08075 is #2F7F8A. Grayscale: #969696. Windows color (decimal): -3112843 or 7700688. OLE color: 7700688.

HSL color Cylindrical-coordinate representation of color #D08075: hue angle of 7.25º 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 #D08075 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 117 -
CMYK 0 0.38 0.44 0.18
HSL 7.25º 0.49% 0.64% -
HSV(B) 7.25º 0.44% 0.82% -
XYZ 36.94 30.13 20.7 -
YUV 150.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 208 128 117 0 0.38 0.44 0.18 7.25 0.49 0.64
Hex D0 80 75 0 26 2C 12 7 31 40
Octal 320 200 165 0 46 54 22 7 61 100
Binary 11010000 10000000 1110101 0 100110 101100 10010 111 110001 1000000

Color Harmonies of #D08075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08075

Black with #D08075

Text Example


Text Example

White with #D08075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08075; }

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

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

background-color css

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

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

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

border-color css

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

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

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