Html Css Color HEX #DA7D6A New York Pink

📋 copy color: '#DA7D6A'

red 218 ◦ green 125 ◦ blue 106

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

Shades of New York Pink #DA7D6A

Tints of New York Pink #DA7D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.61%

R = 48.55%
G = 27.84%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA7D6A (or 0xDA7D6A) is known color: New York Pink. HEX triplet: DA, 7D and 6A. RGB value is (218,125,106). Sum of RGB (Red+Green+Blue) = 218+125+106=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D6A is #258295. Grayscale: #969696. Windows color (decimal): -2458262 or 6979034. OLE color: 6979034.

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

Color convert

RGB 218 125 106 -
CMYK 0 0.43 0.51 0.15
HSL 10.18º 0.6% 0.64% -
HSV(B) 10.18º 0.51% 0.85% -
XYZ 38.85 30.61 17.5 -
YUV 150.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 218 125 106 0 0.43 0.51 0.15 10.18 0.6 0.64
Hex DA 7D 6A 0 2B 33 F A 3C 40
Octal 332 175 152 0 53 63 17 12 74 100
Binary 11011010 1111101 1101010 0 101011 110011 1111 1010 111100 1000000

Color Harmonies of #DA7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D6A

Black with #DA7D6A

Text Example


Text Example

White with #DA7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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