Html Css Color HEX #DF816D New York Pink

📋 copy color: '#DF816D'

red 223 ◦ green 129 ◦ blue 109

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

Shades of New York Pink #DF816D

Tints of New York Pink #DF816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 48.37%
G = 27.98%
B = 23.64%

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

#DF816D (or 0xDF816D) is known color: New York Pink. HEX triplet: DF, 81 and 6D. RGB value is (223,129,109). Sum of RGB (Red+Green+Blue) = 223+129+109=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF816D is #207E92. Grayscale: #9B9B9B. Windows color (decimal): -2129555 or 7176671. OLE color: 7176671.

HSL color Cylindrical-coordinate representation of color #DF816D: hue angle of 10.53º 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 #DF816D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 129 109 -
CMYK 0 0.42 0.51 0.13
HSL 10.53º 0.64% 0.65% -
HSV(B) 10.53º 0.51% 0.87% -
XYZ 41.04 32.49 18.58 -
YUV 154.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 223 129 109 0 0.42 0.51 0.13 10.53 0.64 0.65
Hex DF 81 6D 0 2A 33 D B 40 41
Octal 337 201 155 0 52 63 15 13 100 101
Binary 11011111 10000001 1101101 0 101010 110011 1101 1011 1000000 1000001

Color Harmonies of #DF816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF816D

Black with #DF816D

Text Example


Text Example

White with #DF816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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