Html Css Color HEX #DA816F New York Pink

📋 copy color: '#DA816F'

red 218 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #DA816F

Tints of New York Pink #DA816F

RGB

 RED value IS 218 (85.55% from 255) = 47.6%

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

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

R = 47.6%
G = 28.17%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA816F (or 0xDA816F) is known color: New York Pink. HEX triplet: DA, 81 and 6F. RGB value is (218,129,111). Sum of RGB (Red+Green+Blue) = 218+129+111=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816F is #257E90. Grayscale: #999999. Windows color (decimal): -2457233 or 7307738. OLE color: 7307738.

HSL color Cylindrical-coordinate representation of color #DA816F: hue angle of 10.09º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA816F is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 111 -
CMYK 0 0.41 0.49 0.15
HSL 10.09º 0.59% 0.65% -
HSV(B) 10.09º 0.49% 0.85% -
XYZ 39.63 31.75 19.08 -
YUV 153.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 218 129 111 0 0.41 0.49 0.15 10.09 0.59 0.65
Hex DA 81 6F 0 29 31 F A 3B 41
Octal 332 201 157 0 51 61 17 12 73 101
Binary 11011010 10000001 1101111 0 101001 110001 1111 1010 111011 1000001

Color Harmonies of #DA816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA816F

Black with #DA816F

Text Example


Text Example

White with #DA816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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