Html Css Color HEX #DC816B New York Pink

📋 copy color: '#DC816B'

red 220 ◦ green 129 ◦ blue 107

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

Shades of New York Pink #DC816B

Tints of New York Pink #DC816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 48.25%
G = 28.29%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC816B (or 0xDC816B) is known color: New York Pink. HEX triplet: DC, 81 and 6B. RGB value is (220,129,107). Sum of RGB (Red+Green+Blue) = 220+129+107=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC816B is #237E94. Grayscale: #999999. Windows color (decimal): -2326165 or 7045596. OLE color: 7045596.

HSL color Cylindrical-coordinate representation of color #DC816B: hue angle of 11.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC816B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 107 -
CMYK 0 0.41 0.51 0.14
HSL 11.68º 0.62% 0.64% -
HSV(B) 11.68º 0.51% 0.86% -
XYZ 40.02 31.98 17.97 -
YUV 153.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 220 129 107 0 0.41 0.51 0.14 11.68 0.62 0.64
Hex DC 81 6B 0 29 33 E C 3E 40
Octal 334 201 153 0 51 63 16 14 76 100
Binary 11011100 10000001 1101011 0 101001 110011 1110 1100 111110 1000000

Color Harmonies of #DC816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC816B

Black with #DC816B

Text Example


Text Example

White with #DC816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC816B; }

 p { color: rgb(220,129,107); }

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

background-color css

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

 a { background-color: rgb(220,129,107); }

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

border-color css

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

 span { border-color: rgb(220,129,107); }

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