Html Css Color HEX #DD7D68 New York Pink

📋 copy color: '#DD7D68'

red 221 ◦ green 125 ◦ blue 104

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

Shades of New York Pink #DD7D68

Tints of New York Pink #DD7D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 49.11%
G = 27.78%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7D68 (or 0xDD7D68) is known color: New York Pink. HEX triplet: DD, 7D and 68. RGB value is (221,125,104). Sum of RGB (Red+Green+Blue) = 221+125+104=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D68 is #228297. Grayscale: #979797. Windows color (decimal): -2261656 or 6847965. OLE color: 6847965.

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

Color convert

RGB 221 125 104 -
CMYK 0 0.43 0.53 0.13
HSL 10.77º 0.63% 0.64% -
HSV(B) 10.77º 0.53% 0.87% -
XYZ 39.65 31.04 17 -
YUV 151.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 221 125 104 0 0.43 0.53 0.13 10.77 0.63 0.64
Hex DD 7D 68 0 2B 35 D B 3F 40
Octal 335 175 150 0 53 65 15 13 77 100
Binary 11011101 1111101 1101000 0 101011 110101 1101 1011 111111 1000000

Color Harmonies of #DD7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D68

Black with #DD7D68

Text Example


Text Example

White with #DD7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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