Html Css Color HEX #DF816F New York Pink

📋 copy color: '#DF816F'

red 223 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #DF816F

Tints of New York Pink #DF816F

RGB

 RED value IS 223 (87.5% from 255) = 48.16%

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

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

R = 48.16%
G = 27.86%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF816F (or 0xDF816F) is known color: New York Pink. HEX triplet: DF, 81 and 6F. RGB value is (223,129,111). Sum of RGB (Red+Green+Blue) = 223+129+111=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF816F is #207E90. Grayscale: #9B9B9B. Windows color (decimal): -2129553 or 7307743. OLE color: 7307743.

HSL color Cylindrical-coordinate representation of color #DF816F: hue angle of 9.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF816F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 129 111 -
CMYK 0 0.42 0.50 0.13
HSL 9.64º 0.64% 0.65% -
HSV(B) 9.64º 0.5% 0.87% -
XYZ 41.15 32.54 19.15 -
YUV 155.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 223 129 111 0 0.42 0.50 0.13 9.64 0.64 0.65
Hex DF 81 6F 0 2A 32 D A 40 41
Octal 337 201 157 0 52 62 15 12 100 101
Binary 11011111 10000001 1101111 0 101010 110010 1101 1010 1000000 1000001

Color Harmonies of #DF816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF816F

Black with #DF816F

Text Example


Text Example

White with #DF816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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