Html Css Color HEX #DD7B6B New York Pink

📋 copy color: '#DD7B6B'

red 221 ◦ green 123 ◦ blue 107

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

Shades of New York Pink #DD7B6B

Tints of New York Pink #DD7B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

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

R = 49%
G = 27.27%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7B6B (or 0xDD7B6B) is known color: New York Pink. HEX triplet: DD, 7B and 6B. RGB value is (221,123,107). Sum of RGB (Red+Green+Blue) = 221+123+107=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B6B is #228494. Grayscale: #969696. Windows color (decimal): -2262165 or 7044061. OLE color: 7044061.

HSL color Cylindrical-coordinate representation of color #DD7B6B: hue angle of 8.42º 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 #DD7B6B is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 107 -
CMYK 0 0.44 0.52 0.13
HSL 8.42º 0.63% 0.64% -
HSV(B) 8.42º 0.52% 0.87% -
XYZ 39.56 30.6 17.73 -
YUV 150.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 221 123 107 0 0.44 0.52 0.13 8.42 0.63 0.64
Hex DD 7B 6B 0 2C 34 D 8 3F 40
Octal 335 173 153 0 54 64 15 10 77 100
Binary 11011101 1111011 1101011 0 101100 110100 1101 1000 111111 1000000

Color Harmonies of #DD7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B6B

Black with #DD7B6B

Text Example


Text Example

White with #DD7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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