Html Css Color HEX #DA8575 New York Pink

📋 copy color: '#DA8575'

red 218 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #DA8575

Tints of New York Pink #DA8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 46.58%
G = 28.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8575 (or 0xDA8575) is known color: New York Pink. HEX triplet: DA, 85 and 75. RGB value is (218,133,117). Sum of RGB (Red+Green+Blue) = 218+133+117=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8575 is #257A8A. Grayscale: #9C9C9C. Windows color (decimal): -2456203 or 7701978. OLE color: 7701978.

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

Color convert

RGB 218 133 117 -
CMYK 0 0.39 0.46 0.15
HSL 9.5º 0.58% 0.66% -
HSV(B) 9.5º 0.46% 0.85% -
XYZ 40.51 32.96 21.06 -
YUV 156.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 218 133 117 0 0.39 0.46 0.15 9.5 0.58 0.66
Hex DA 85 75 0 27 2E F A 3A 42
Octal 332 205 165 0 47 56 17 12 72 102
Binary 11011010 10000101 1110101 0 100111 101110 1111 1010 111010 1000010

Color Harmonies of #DA8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8575

Black with #DA8575

Text Example


Text Example

White with #DA8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8575; }

 p { color: rgb(218,133,117); }

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

background-color css

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

 a { background-color: rgb(218,133,117); }

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

border-color css

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

 span { border-color: rgb(218,133,117); }

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