Html Css Color HEX #D2826E New York Pink

📋 copy color: '#D2826E'

red 210 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #D2826E

Tints of New York Pink #D2826E

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

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

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

R = 46.67%
G = 28.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2826E (or 0xD2826E) is known color: New York Pink. HEX triplet: D2, 82 and 6E. RGB value is (210,130,110). Sum of RGB (Red+Green+Blue) = 210+130+110=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2826E is #2D7D91. Grayscale: #979797. Windows color (decimal): -2981266 or 7242450. OLE color: 7242450.

HSL color Cylindrical-coordinate representation of color #D2826E: hue angle of 12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2826E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 110 -
CMYK 0 0.38 0.48 0.18
HSL 12º 0.53% 0.63% -
HSV(B) 12º 0.48% 0.82% -
XYZ 37.38 30.79 18.73 -
YUV 151.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 210 130 110 0 0.38 0.48 0.18 12 0.53 0.63
Hex D2 82 6E 0 26 30 12 C 35 3F
Octal 322 202 156 0 46 60 22 14 65 77
Binary 11010010 10000010 1101110 0 100110 110000 10010 1100 110101 111111

Color Harmonies of #D2826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2826E

Black with #D2826E

Text Example


Text Example

White with #D2826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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