Html Css Color HEX #D68172 New York Pink

📋 copy color: '#D68172'

red 214 ◦ green 129 ◦ blue 114

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

Shades of New York Pink #D68172

Tints of New York Pink #D68172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 46.83%
G = 28.23%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68172 (or 0xD68172) is known color: New York Pink. HEX triplet: D6, 81 and 72. RGB value is (214,129,114). Sum of RGB (Red+Green+Blue) = 214+129+114=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68172 is #297E8D. Grayscale: #989898. Windows color (decimal): -2719374 or 7504342. OLE color: 7504342.

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

Color convert

RGB 214 129 114 -
CMYK 0 0.40 0.47 0.16
HSL 0.55% 0.64% -
HSV(B) 0.47% 0.84% -
XYZ 38.62 31.21 19.91 -
YUV 152.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 214 129 114 0 0.40 0.47 0.16 9 0.55 0.64
Hex D6 81 72 0 28 2F 10 9 37 40
Octal 326 201 162 0 50 57 20 11 67 100
Binary 11010110 10000001 1110010 0 101000 101111 10000 1001 110111 1000000

Color Harmonies of #D68172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68172

Black with #D68172

Text Example


Text Example

White with #D68172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68172; }

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

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

background-color css

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

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

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

border-color css

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

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

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