Html Css Color HEX #D68171 New York Pink

📋 copy color: '#D68171'

red 214 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #D68171

Tints of New York Pink #D68171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 46.93%
G = 28.29%
B = 24.78%

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

#D68171 (or 0xD68171) is known color: New York Pink. HEX triplet: D6, 81 and 71. RGB value is (214,129,113). Sum of RGB (Red+Green+Blue) = 214+129+113=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D68171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68171 is #297E8E. Grayscale: #989898. Windows color (decimal): -2719375 or 7438806. OLE color: 7438806.

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

Color convert

RGB 214 129 113 -
CMYK 0 0.40 0.47 0.16
HSL 9.5º 0.55% 0.64% -
HSV(B) 9.5º 0.47% 0.84% -
XYZ 38.56 31.19 19.61 -
YUV 152.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 214 129 113 0 0.40 0.47 0.16 9.5 0.55 0.64
Hex D6 81 71 0 28 2F 10 A 37 40
Octal 326 201 161 0 50 57 20 12 67 100
Binary 11010110 10000001 1110001 0 101000 101111 10000 1010 110111 1000000

Color Harmonies of #D68171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68171

Black with #D68171

Text Example


Text Example

White with #D68171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68171; }

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

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

background-color css

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

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

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

border-color css

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

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

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