Html Css Color HEX #D5816F New York Pink

📋 copy color: '#D5816F'

red 213 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #D5816F

Tints of New York Pink #D5816F

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 47.02%
G = 28.48%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5816F (or 0xD5816F) is known color: New York Pink. HEX triplet: D5, 81 and 6F. RGB value is (213,129,111). Sum of RGB (Red+Green+Blue) = 213+129+111=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816F is #2A7E90. Grayscale: #989898. Windows color (decimal): -2784913 or 7307733. OLE color: 7307733.

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

Color convert

RGB 213 129 111 -
CMYK 0 0.39 0.48 0.16
HSL 10.59º 0.55% 0.64% -
HSV(B) 10.59º 0.48% 0.84% -
XYZ 38.16 30.99 19.01 -
YUV 152.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 213 129 111 0 0.39 0.48 0.16 10.59 0.55 0.64
Hex D5 81 6F 0 27 30 10 B 37 40
Octal 325 201 157 0 47 60 20 13 67 100
Binary 11010101 10000001 1101111 0 100111 110000 10000 1011 110111 1000000

Color Harmonies of #D5816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5816F

Black with #D5816F

Text Example


Text Example

White with #D5816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5816F; }

 p { color: rgb(213,129,111); }

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

background-color css

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

 a { background-color: rgb(213,129,111); }

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

border-color css

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

 span { border-color: rgb(213,129,111); }

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