Html Css Color HEX #DA7F6B New York Pink

📋 copy color: '#DA7F6B'

red 218 ◦ green 127 ◦ blue 107

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

Shades of New York Pink #DA7F6B

Tints of New York Pink #DA7F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 48.23%
G = 28.1%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA7F6B (or 0xDA7F6B) is known color: New York Pink. HEX triplet: DA, 7F and 6B. RGB value is (218,127,107). Sum of RGB (Red+Green+Blue) = 218+127+107=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F6B is #258094. Grayscale: #989898. Windows color (decimal): -2457749 or 7045082. OLE color: 7045082.

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

Color convert

RGB 218 127 107 -
CMYK 0 0.42 0.51 0.15
HSL 10.81º 0.6% 0.64% -
HSV(B) 10.81º 0.51% 0.85% -
XYZ 39.16 31.15 17.86 -
YUV 151.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 218 127 107 0 0.42 0.51 0.15 10.81 0.6 0.64
Hex DA 7F 6B 0 2A 33 F B 3C 40
Octal 332 177 153 0 52 63 17 13 74 100
Binary 11011010 1111111 1101011 0 101010 110011 1111 1011 111100 1000000

Color Harmonies of #DA7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F6B

Black with #DA7F6B

Text Example


Text Example

White with #DA7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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