Html Css Color HEX #DA7C75 New York Pink

📋 copy color: '#DA7C75'

red 218 ◦ green 124 ◦ blue 117

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

Shades of New York Pink #DA7C75

Tints of New York Pink #DA7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

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

R = 47.49%
G = 27.02%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7C75 (or 0xDA7C75) is known color: New York Pink. HEX triplet: DA, 7C and 75. RGB value is (218,124,117). Sum of RGB (Red+Green+Blue) = 218+124+117=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C75 is #25838A. Grayscale: #979797. Windows color (decimal): -2458507 or 7699674. OLE color: 7699674.

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

Color convert

RGB 218 124 117 -
CMYK 0 0.43 0.46 0.15
HSL 4.16º 0.58% 0.66% -
HSV(B) 4.16º 0.46% 0.85% -
XYZ 39.33 30.61 20.66 -
YUV 151.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 218 124 117 0 0.43 0.46 0.15 4.16 0.58 0.66
Hex DA 7C 75 0 2B 2E F 4 3A 42
Octal 332 174 165 0 53 56 17 4 72 102
Binary 11011010 1111100 1110101 0 101011 101110 1111 100 111010 1000010

Color Harmonies of #DA7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C75

Black with #DA7C75

Text Example


Text Example

White with #DA7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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