Html Css Color HEX #DF816E New York Pink

📋 copy color: '#DF816E'

red 223 ◦ green 129 ◦ blue 110

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

Shades of New York Pink #DF816E

Tints of New York Pink #DF816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 48.27%
G = 27.92%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF816E (or 0xDF816E) is known color: New York Pink. HEX triplet: DF, 81 and 6E. RGB value is (223,129,110). Sum of RGB (Red+Green+Blue) = 223+129+110=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF816E is #207E91. Grayscale: #9B9B9B. Windows color (decimal): -2129554 or 7242207. OLE color: 7242207.

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

Color convert

RGB 223 129 110 -
CMYK 0 0.42 0.51 0.13
HSL 10.09º 0.64% 0.65% -
HSV(B) 10.09º 0.51% 0.87% -
XYZ 41.1 32.51 18.86 -
YUV 154.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 223 129 110 0 0.42 0.51 0.13 10.09 0.64 0.65
Hex DF 81 6E 0 2A 33 D A 40 41
Octal 337 201 156 0 52 63 15 12 100 101
Binary 11011111 10000001 1101110 0 101010 110011 1101 1010 1000000 1000001

Color Harmonies of #DF816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF816E

Black with #DF816E

Text Example


Text Example

White with #DF816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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