Html Css Color HEX #D68175 New York Pink

📋 copy color: '#D68175'

red 214 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #D68175

Tints of New York Pink #D68175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

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

R = 46.52%
G = 28.04%
B = 25.43%

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

#D68175 (or 0xD68175) is known color: New York Pink. HEX triplet: D6, 81 and 75. RGB value is (214,129,117). Sum of RGB (Red+Green+Blue) = 214+129+117=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D68175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68175 is #297E8A. Grayscale: #999999. Windows color (decimal): -2719371 or 7700950. OLE color: 7700950.

HSL color Cylindrical-coordinate representation of color #D68175: hue angle of 7.42º 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 #D68175 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 117 -
CMYK 0 0.40 0.45 0.16
HSL 7.42º 0.54% 0.65% -
HSV(B) 7.42º 0.45% 0.84% -
XYZ 38.79 31.28 20.82 -
YUV 153.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 214 129 117 0 0.40 0.45 0.16 7.42 0.54 0.65
Hex D6 81 75 0 28 2D 10 7 36 41
Octal 326 201 165 0 50 55 20 7 66 101
Binary 11010110 10000001 1110101 0 101000 101101 10000 111 110110 1000001

Color Harmonies of #D68175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68175

Black with #D68175

Text Example


Text Example

White with #D68175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68175; }

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

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

background-color css

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

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

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

border-color css

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

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

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