Html Css Color HEX #DA7A6A New York Pink

📋 copy color: '#DA7A6A'

red 218 ◦ green 122 ◦ blue 106

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

Shades of New York Pink #DA7A6A

Tints of New York Pink #DA7A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 48.88%
G = 27.35%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA7A6A (or 0xDA7A6A) is known color: New York Pink. HEX triplet: DA, 7A and 6A. RGB value is (218,122,106). Sum of RGB (Red+Green+Blue) = 218+122+106=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A6A is #258595. Grayscale: #959595. Windows color (decimal): -2459030 or 6978266. OLE color: 6978266.

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

Color convert

RGB 218 122 106 -
CMYK 0 0.44 0.51 0.15
HSL 8.57º 0.6% 0.64% -
HSV(B) 8.57º 0.51% 0.85% -
XYZ 38.47 29.87 17.37 -
YUV 148.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 218 122 106 0 0.44 0.51 0.15 8.57 0.6 0.64
Hex DA 7A 6A 0 2C 33 F 9 3C 40
Octal 332 172 152 0 54 63 17 11 74 100
Binary 11011010 1111010 1101010 0 101100 110011 1111 1001 111100 1000000

Color Harmonies of #DA7A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A6A

Black with #DA7A6A

Text Example


Text Example

White with #DA7A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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