Html Css Color HEX #DA8375 New York Pink

📋 copy color: '#DA8375'

red 218 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #DA8375

Tints of New York Pink #DA8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 46.78%
G = 28.11%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8375 (or 0xDA8375) is known color: New York Pink. HEX triplet: DA, 83 and 75. RGB value is (218,131,117). Sum of RGB (Red+Green+Blue) = 218+131+117=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8375 is #257C8A. Grayscale: #9B9B9B. Windows color (decimal): -2456715 or 7701466. OLE color: 7701466.

HSL color Cylindrical-coordinate representation of color #DA8375: hue angle of 8.32º 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 #DA8375 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 117 -
CMYK 0 0.40 0.46 0.15
HSL 8.32º 0.58% 0.66% -
HSV(B) 8.32º 0.46% 0.85% -
XYZ 40.24 32.42 20.97 -
YUV 155.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 218 131 117 0 0.40 0.46 0.15 8.32 0.58 0.66
Hex DA 83 75 0 28 2E F 8 3A 42
Octal 332 203 165 0 50 56 17 10 72 102
Binary 11011010 10000011 1110101 0 101000 101110 1111 1000 111010 1000010

Color Harmonies of #DA8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8375

Black with #DA8375

Text Example


Text Example

White with #DA8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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