Html Css Color HEX #D68075 New York Pink

📋 copy color: '#D68075'

red 214 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #D68075

Tints of New York Pink #D68075

RGB

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

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

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

R = 46.62%
G = 27.89%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68075 (or 0xD68075) is known color: New York Pink. HEX triplet: D6, 80 and 75. RGB value is (214,128,117). Sum of RGB (Red+Green+Blue) = 214+128+117=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68075 is #297F8A. Grayscale: #989898. Windows color (decimal): -2719627 or 7700694. OLE color: 7700694.

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

Color convert

RGB 214 128 117 -
CMYK 0 0.40 0.45 0.16
HSL 6.8º 0.54% 0.65% -
HSV(B) 6.8º 0.45% 0.84% -
XYZ 38.66 31.02 20.78 -
YUV 152.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 214 128 117 0 0.40 0.45 0.16 6.8 0.54 0.65
Hex D6 80 75 0 28 2D 10 7 36 41
Octal 326 200 165 0 50 55 20 7 66 101
Binary 11010110 10000000 1110101 0 101000 101101 10000 111 110110 1000001

Color Harmonies of #D68075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68075

Black with #D68075

Text Example


Text Example

White with #D68075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68075; }

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

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

background-color css

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

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

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

border-color css

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

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

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