Html Css Color HEX #D68070 New York Pink

📋 copy color: '#D68070'

red 214 ◦ green 128 ◦ blue 112

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

Shades of New York Pink #D68070

Tints of New York Pink #D68070

RGB

 RED value IS 214 (83.98% from 255) = 47.14%

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

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

R = 47.14%
G = 28.19%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68070 (or 0xD68070) is known color: New York Pink. HEX triplet: D6, 80 and 70. RGB value is (214,128,112). Sum of RGB (Red+Green+Blue) = 214+128+112=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68070 is #297F8F. Grayscale: #989898. Windows color (decimal): -2719632 or 7373014. OLE color: 7373014.

HSL color Cylindrical-coordinate representation of color #D68070: hue angle of 9.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D68070 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 112 -
CMYK 0 0.40 0.48 0.16
HSL 9.41º 0.55% 0.64% -
HSV(B) 9.41º 0.48% 0.84% -
XYZ 38.38 30.9 19.27 -
YUV 151.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 214 128 112 0 0.40 0.48 0.16 9.41 0.55 0.64
Hex D6 80 70 0 28 30 10 9 37 40
Octal 326 200 160 0 50 60 20 11 67 100
Binary 11010110 10000000 1110000 0 101000 110000 10000 1001 110111 1000000

Color Harmonies of #D68070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68070

Black with #D68070

Text Example


Text Example

White with #D68070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68070; }

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

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

background-color css

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

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

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

border-color css

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

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

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