Html Css Color HEX #DD7D69 New York Pink

📋 copy color: '#DD7D69'

red 221 ◦ green 125 ◦ blue 105

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

Shades of New York Pink #DD7D69

Tints of New York Pink #DD7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 49%
G = 27.72%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7D69 (or 0xDD7D69) is known color: New York Pink. HEX triplet: DD, 7D and 69. RGB value is (221,125,105). Sum of RGB (Red+Green+Blue) = 221+125+105=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D69 is #228296. Grayscale: #979797. Windows color (decimal): -2261655 or 6913501. OLE color: 6913501.

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

Color convert

RGB 221 125 105 -
CMYK 0 0.43 0.52 0.13
HSL 10.34º 0.63% 0.64% -
HSV(B) 10.34º 0.52% 0.87% -
XYZ 39.7 31.06 17.27 -
YUV 151.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 221 125 105 0 0.43 0.52 0.13 10.34 0.63 0.64
Hex DD 7D 69 0 2B 34 D A 3F 40
Octal 335 175 151 0 53 64 15 12 77 100
Binary 11011101 1111101 1101001 0 101011 110100 1101 1010 111111 1000000

Color Harmonies of #DD7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D69

Black with #DD7D69

Text Example


Text Example

White with #DD7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D69; }

 p { color: rgb(221,125,105); }

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

background-color css

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

 a { background-color: rgb(221,125,105); }

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

border-color css

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

 span { border-color: rgb(221,125,105); }

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