Html Css Color HEX #D28070 New York Pink

📋 copy color: '#D28070'

red 210 ◦ green 128 ◦ blue 112

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

Shades of New York Pink #D28070

Tints of New York Pink #D28070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 46.67%
G = 28.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D28070 (or 0xD28070) is known color: New York Pink. HEX triplet: D2, 80 and 70. RGB value is (210,128,112). Sum of RGB (Red+Green+Blue) = 210+128+112=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D28070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28070 is #2D7F8F. Grayscale: #969696. Windows color (decimal): -2981776 or 7373010. OLE color: 7373010.

HSL color Cylindrical-coordinate representation of color #D28070: hue angle of 9.8º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28070 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 112 -
CMYK 0 0.39 0.47 0.18
HSL 9.8º 0.52% 0.63% -
HSV(B) 9.8º 0.47% 0.82% -
XYZ 37.22 30.31 19.22 -
YUV 150.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 210 128 112 0 0.39 0.47 0.18 9.8 0.52 0.63
Hex D2 80 70 0 27 2F 12 A 34 3F
Octal 322 200 160 0 47 57 22 12 64 77
Binary 11010010 10000000 1110000 0 100111 101111 10010 1010 110100 111111

Color Harmonies of #D28070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28070

Black with #D28070

Text Example


Text Example

White with #D28070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28070; }

 p { color: rgb(210,128,112); }

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

background-color css

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

 a { background-color: rgb(210,128,112); }

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

border-color css

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

 span { border-color: rgb(210,128,112); }

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