Html Css Color HEX #DF816B New York Pink

📋 copy color: '#DF816B'

red 223 ◦ green 129 ◦ blue 107

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

Shades of New York Pink #DF816B

Tints of New York Pink #DF816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 48.58%
G = 28.1%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF816B (or 0xDF816B) is known color: New York Pink. HEX triplet: DF, 81 and 6B. RGB value is (223,129,107). Sum of RGB (Red+Green+Blue) = 223+129+107=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF816B is #207E94. Grayscale: #9A9A9A. Windows color (decimal): -2129557 or 7045599. OLE color: 7045599.

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

Color convert

RGB 223 129 107 -
CMYK 0 0.42 0.52 0.13
HSL 11.38º 0.64% 0.65% -
HSV(B) 11.38º 0.52% 0.87% -
XYZ 40.94 32.45 18.02 -
YUV 154.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 223 129 107 0 0.42 0.52 0.13 11.38 0.64 0.65
Hex DF 81 6B 0 2A 34 D B 40 41
Octal 337 201 153 0 52 64 15 13 100 101
Binary 11011111 10000001 1101011 0 101010 110100 1101 1011 1000000 1000001

Color Harmonies of #DF816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF816B

Black with #DF816B

Text Example


Text Example

White with #DF816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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