Html Css Color HEX #DA7B6B New York Pink

📋 copy color: '#DA7B6B'

red 218 ◦ green 123 ◦ blue 107

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

Shades of New York Pink #DA7B6B

Tints of New York Pink #DA7B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 48.66%
G = 27.46%
B = 23.88%

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

#DA7B6B (or 0xDA7B6B) is known color: New York Pink. HEX triplet: DA, 7B and 6B. RGB value is (218,123,107). Sum of RGB (Red+Green+Blue) = 218+123+107=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B6B is #258494. Grayscale: #959595. Windows color (decimal): -2458773 or 7044058. OLE color: 7044058.

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

Color convert

RGB 218 123 107 -
CMYK 0 0.44 0.51 0.15
HSL 8.65º 0.6% 0.64% -
HSV(B) 8.65º 0.51% 0.85% -
XYZ 38.65 30.13 17.69 -
YUV 149.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 218 123 107 0 0.44 0.51 0.15 8.65 0.6 0.64
Hex DA 7B 6B 0 2C 33 F 9 3C 40
Octal 332 173 153 0 54 63 17 11 74 100
Binary 11011010 1111011 1101011 0 101100 110011 1111 1001 111100 1000000

Color Harmonies of #DA7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B6B

Black with #DA7B6B

Text Example


Text Example

White with #DA7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B6B; }

 p { color: rgb(218,123,107); }

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

background-color css

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

 a { background-color: rgb(218,123,107); }

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

border-color css

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

 span { border-color: rgb(218,123,107); }

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