Html Css Color HEX #DA7D6D New York Pink

📋 copy color: '#DA7D6D'

red 218 ◦ green 125 ◦ blue 109

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

Shades of New York Pink #DA7D6D

Tints of New York Pink #DA7D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 48.23%
G = 27.65%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA7D6D (or 0xDA7D6D) is known color: New York Pink. HEX triplet: DA, 7D and 6D. RGB value is (218,125,109). Sum of RGB (Red+Green+Blue) = 218+125+109=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D6D is #258292. Grayscale: #979797. Windows color (decimal): -2458259 or 7175642. OLE color: 7175642.

HSL color Cylindrical-coordinate representation of color #DA7D6D: hue angle of 8.81º degrees, saturation: 0.6, 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 #DA7D6D is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 109 -
CMYK 0 0.43 0.5 0.15
HSL 8.81º 0.6% 0.64% -
HSV(B) 8.81º 0.5% 0.85% -
XYZ 39.01 30.68 18.33 -
YUV 150.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 218 125 109 0 0.43 0.5 0.15 8.81 0.6 0.64
Hex DA 7D 6D 0 2B 32 F 9 3C 40
Octal 332 175 155 0 53 62 17 11 74 100
Binary 11011010 1111101 1101101 0 101011 110010 1111 1001 111100 1000000

Color Harmonies of #DA7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D6D

Black with #DA7D6D

Text Example


Text Example

White with #DA7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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