Html Css Color HEX #DA826F New York Pink

📋 copy color: '#DA826F'

red 218 ◦ green 130 ◦ blue 111

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

Shades of New York Pink #DA826F

Tints of New York Pink #DA826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 47.49%
G = 28.32%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA826F (or 0xDA826F) is known color: New York Pink. HEX triplet: DA, 82 and 6F. RGB value is (218,130,111). Sum of RGB (Red+Green+Blue) = 218+130+111=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826F is #257D90. Grayscale: #9A9A9A. Windows color (decimal): -2456977 or 7307994. OLE color: 7307994.

HSL color Cylindrical-coordinate representation of color #DA826F: hue angle of 10.65º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA826F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 111 -
CMYK 0 0.40 0.49 0.15
HSL 10.65º 0.59% 0.65% -
HSV(B) 10.65º 0.49% 0.85% -
XYZ 39.77 32.02 19.12 -
YUV 154.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 218 130 111 0 0.40 0.49 0.15 10.65 0.59 0.65
Hex DA 82 6F 0 28 31 F B 3B 41
Octal 332 202 157 0 50 61 17 13 73 101
Binary 11011010 10000010 1101111 0 101000 110001 1111 1011 111011 1000001

Color Harmonies of #DA826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA826F

Black with #DA826F

Text Example


Text Example

White with #DA826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA826F; }

 p { color: rgb(218,130,111); }

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

background-color css

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

 a { background-color: rgb(218,130,111); }

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

border-color css

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

 span { border-color: rgb(218,130,111); }

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