Html Css Color HEX #DA826E New York Pink

📋 copy color: '#DA826E'

red 218 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #DA826E

Tints of New York Pink #DA826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 47.6%
G = 28.38%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA826E (or 0xDA826E) is known color: New York Pink. HEX triplet: DA, 82 and 6E. RGB value is (218,130,110). Sum of RGB (Red+Green+Blue) = 218+130+110=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826E is #257D91. Grayscale: #9A9A9A. Windows color (decimal): -2456978 or 7242458. OLE color: 7242458.

HSL color Cylindrical-coordinate representation of color #DA826E: hue angle of 11.11º degrees, saturation: 0.59, 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 #DA826E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 110 -
CMYK 0 0.40 0.50 0.15
HSL 11.11º 0.59% 0.64% -
HSV(B) 11.11º 0.5% 0.85% -
XYZ 39.71 32 18.83 -
YUV 154.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 218 130 110 0 0.40 0.50 0.15 11.11 0.59 0.64
Hex DA 82 6E 0 28 32 F B 3B 40
Octal 332 202 156 0 50 62 17 13 73 100
Binary 11011010 10000010 1101110 0 101000 110010 1111 1011 111011 1000000

Color Harmonies of #DA826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA826E

Black with #DA826E

Text Example


Text Example

White with #DA826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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