Html Css Color HEX #DC7B72 New York Pink

📋 copy color: '#DC7B72'

red 220 ◦ green 123 ◦ blue 114

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

Shades of New York Pink #DC7B72

Tints of New York Pink #DC7B72

RGB

 RED value IS 220 (86.33% from 255) = 48.14%

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 48.14%
G = 26.91%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC7B72 (or 0xDC7B72) is known color: New York Pink. HEX triplet: DC, 7B and 72. RGB value is (220,123,114). Sum of RGB (Red+Green+Blue) = 220+123+114=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B72 is #23848D. Grayscale: #979797. Windows color (decimal): -2327694 or 7502812. OLE color: 7502812.

HSL color Cylindrical-coordinate representation of color #DC7B72: hue angle of 5.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7B72 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 114 -
CMYK 0 0.44 0.48 0.14
HSL 5.09º 0.6% 0.65% -
HSV(B) 5.09º 0.48% 0.86% -
XYZ 39.64 30.6 19.74 -
YUV 150.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 220 123 114 0 0.44 0.48 0.14 5.09 0.6 0.65
Hex DC 7B 72 0 2C 30 E 5 3C 41
Octal 334 173 162 0 54 60 16 5 74 101
Binary 11011100 1111011 1110010 0 101100 110000 1110 101 111100 1000001

Color Harmonies of #DC7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B72

Black with #DC7B72

Text Example


Text Example

White with #DC7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B72; }

 p { color: rgb(220,123,114); }

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

background-color css

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

 a { background-color: rgb(220,123,114); }

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

border-color css

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

 span { border-color: rgb(220,123,114); }

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