Html Css Color HEX #D28875 New York Pink

📋 copy color: '#D28875'

red 210 ◦ green 136 ◦ blue 117

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

Shades of New York Pink #D28875

Tints of New York Pink #D28875

RGB

 RED value IS 210 (82.42% from 255) = 45.36%

 GREEN value IS 136 (53.52% from 255) = 29.37%

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

R = 45.36%
G = 29.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D28875 (or 0xD28875) is known color: New York Pink. HEX triplet: D2, 88 and 75. RGB value is (210,136,117). Sum of RGB (Red+Green+Blue) = 210+136+117=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D28875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28875 is #2D778A. Grayscale: #9C9C9C. Windows color (decimal): -2979723 or 7702738. OLE color: 7702738.

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

Color convert

RGB 210 136 117 -
CMYK 0 0.35 0.44 0.18
HSL 12.26º 0.51% 0.64% -
HSV(B) 12.26º 0.44% 0.82% -
XYZ 38.59 32.59 21.09 -
YUV 155.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 210 136 117 0 0.35 0.44 0.18 12.26 0.51 0.64
Hex D2 88 75 0 23 2C 12 C 33 40
Octal 322 210 165 0 43 54 22 14 63 100
Binary 11010010 10001000 1110101 0 100011 101100 10010 1100 110011 1000000

Color Harmonies of #D28875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28875

Black with #D28875

Text Example


Text Example

White with #D28875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28875; }

 p { color: rgb(210,136,117); }

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

background-color css

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

 a { background-color: rgb(210,136,117); }

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

border-color css

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

 span { border-color: rgb(210,136,117); }

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