Html Css Color HEX #DD867B New York Pink

📋 copy color: '#DD867B'

red 221 ◦ green 134 ◦ blue 123

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

Shades of New York Pink #DD867B

Tints of New York Pink #DD867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 123 (48.44% from 255) = 25.73%

R = 46.23%
G = 28.03%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD867B (or 0xDD867B) is known color: New York Pink. HEX triplet: DD, 86 and 7B. RGB value is (221,134,123). Sum of RGB (Red+Green+Blue) = 221+134+123=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD867B is #227984. Grayscale: #9E9E9E. Windows color (decimal): -2259333 or 8095453. OLE color: 8095453.

HSL color Cylindrical-coordinate representation of color #DD867B: hue angle of 6.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD867B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 123 -
CMYK 0 0.39 0.44 0.13
HSL 6.73º 0.59% 0.67% -
HSV(B) 6.73º 0.44% 0.87% -
XYZ 41.92 33.85 23.06 -
YUV 158.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 221 134 123 0 0.39 0.44 0.13 6.73 0.59 0.67
Hex DD 86 7B 0 27 2C D 7 3B 43
Octal 335 206 173 0 47 54 15 7 73 103
Binary 11011101 10000110 1111011 0 100111 101100 1101 111 111011 1000011

Color Harmonies of #DD867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD867B

Black with #DD867B

Text Example


Text Example

White with #DD867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD867B; }

 p { color: rgb(221,134,123); }

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

background-color css

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

 a { background-color: rgb(221,134,123); }

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

border-color css

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

 span { border-color: rgb(221,134,123); }

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