Html Css Color HEX #DA7D6E New York Pink

📋 copy color: '#DA7D6E'

red 218 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #DA7D6E

Tints of New York Pink #DA7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 48.12%
G = 27.59%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA7D6E (or 0xDA7D6E) is known color: New York Pink. HEX triplet: DA, 7D and 6E. RGB value is (218,125,110). Sum of RGB (Red+Green+Blue) = 218+125+110=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D6E is #258291. Grayscale: #979797. Windows color (decimal): -2458258 or 7241178. OLE color: 7241178.

HSL color Cylindrical-coordinate representation of color #DA7D6E: hue angle of 8.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7D6E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 110 -
CMYK 0 0.43 0.50 0.15
HSL 8.33º 0.59% 0.64% -
HSV(B) 8.33º 0.5% 0.85% -
XYZ 39.06 30.7 18.62 -
YUV 151.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 218 125 110 0 0.43 0.50 0.15 8.33 0.59 0.64
Hex DA 7D 6E 0 2B 32 F 8 3B 40
Octal 332 175 156 0 53 62 17 10 73 100
Binary 11011010 1111101 1101110 0 101011 110010 1111 1000 111011 1000000

Color Harmonies of #DA7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D6E

Black with #DA7D6E

Text Example


Text Example

White with #DA7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D6E; }

 p { color: rgb(218,125,110); }

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

background-color css

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

 a { background-color: rgb(218,125,110); }

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

border-color css

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

 span { border-color: rgb(218,125,110); }

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