Html Css Color HEX #DD826B New York Pink

📋 copy color: '#DD826B'

red 221 ◦ green 130 ◦ blue 107

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

Shades of New York Pink #DD826B

Tints of New York Pink #DD826B

RGB

 RED value IS 221 (86.72% from 255) = 48.25%

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

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

R = 48.25%
G = 28.38%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD826B (or 0xDD826B) is known color: New York Pink. HEX triplet: DD, 82 and 6B. RGB value is (221,130,107). Sum of RGB (Red+Green+Blue) = 221+130+107=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD826B is #227D94. Grayscale: #9A9A9A. Windows color (decimal): -2260373 or 7045853. OLE color: 7045853.

HSL color Cylindrical-coordinate representation of color #DD826B: hue angle of 12.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD826B is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 107 -
CMYK 0 0.41 0.52 0.13
HSL 12.11º 0.63% 0.64% -
HSV(B) 12.11º 0.52% 0.87% -
XYZ 40.46 32.4 18.03 -
YUV 154.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 221 130 107 0 0.41 0.52 0.13 12.11 0.63 0.64
Hex DD 82 6B 0 29 34 D C 3F 40
Octal 335 202 153 0 51 64 15 14 77 100
Binary 11011101 10000010 1101011 0 101001 110100 1101 1100 111111 1000000

Color Harmonies of #DD826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD826B

Black with #DD826B

Text Example


Text Example

White with #DD826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD826B; }

 p { color: rgb(221,130,107); }

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

background-color css

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

 a { background-color: rgb(221,130,107); }

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

border-color css

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

 span { border-color: rgb(221,130,107); }

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