Html Css Color HEX #D07870 New York Pink

📋 copy color: '#D07870'

red 208 ◦ green 120 ◦ blue 112

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

Shades of New York Pink #D07870

Tints of New York Pink #D07870

RGB

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

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

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

R = 47.27%
G = 27.27%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D07870 (or 0xD07870) is known color: New York Pink. HEX triplet: D0, 78 and 70. RGB value is (208,120,112). Sum of RGB (Red+Green+Blue) = 208+120+112=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07870 is #2F878F. Grayscale: #919191. Windows color (decimal): -3114896 or 7370960. OLE color: 7370960.

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

Color convert

RGB 208 120 112 -
CMYK 0 0.42 0.46 0.18
HSL 0.51% 0.63% -
HSV(B) 0.46% 0.82% -
XYZ 35.65 28.01 18.86 -
YUV 145.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 208 120 112 0 0.42 0.46 0.18 5 0.51 0.63
Hex D0 78 70 0 2A 2E 12 5 33 3F
Octal 320 170 160 0 52 56 22 5 63 77
Binary 11010000 1111000 1110000 0 101010 101110 10010 101 110011 111111

Color Harmonies of #D07870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07870

Black with #D07870

Text Example


Text Example

White with #D07870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07870; }

 p { color: rgb(208,120,112); }

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

background-color css

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

 a { background-color: rgb(208,120,112); }

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

border-color css

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

 span { border-color: rgb(208,120,112); }

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