Html Css Color HEX #DA8273 New York Pink

📋 copy color: '#DA8273'

red 218 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #DA8273

Tints of New York Pink #DA8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 47.08%
G = 28.08%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8273 (or 0xDA8273) is known color: New York Pink. HEX triplet: DA, 82 and 73. RGB value is (218,130,115). Sum of RGB (Red+Green+Blue) = 218+130+115=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8273 is #257D8C. Grayscale: #9A9A9A. Windows color (decimal): -2456973 or 7570138. OLE color: 7570138.

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

Color convert

RGB 218 130 115 -
CMYK 0 0.40 0.47 0.15
HSL 8.74º 0.58% 0.65% -
HSV(B) 8.74º 0.47% 0.85% -
XYZ 39.99 32.11 20.31 -
YUV 154.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 218 130 115 0 0.40 0.47 0.15 8.74 0.58 0.65
Hex DA 82 73 0 28 2F F 9 3A 41
Octal 332 202 163 0 50 57 17 11 72 101
Binary 11011010 10000010 1110011 0 101000 101111 1111 1001 111010 1000001

Color Harmonies of #DA8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8273

Black with #DA8273

Text Example


Text Example

White with #DA8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8273; }

 p { color: rgb(218,130,115); }

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

background-color css

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

 a { background-color: rgb(218,130,115); }

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

border-color css

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

 span { border-color: rgb(218,130,115); }

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