Html Css Color HEX #D57569 New York Pink

📋 copy color: '#D57569'

red 213 ◦ green 117 ◦ blue 105

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

Shades of New York Pink #D57569

Tints of New York Pink #D57569

RGB

 RED value IS 213 (83.59% from 255) = 48.97%

 GREEN value IS 117 (46.09% from 255) = 26.9%

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

R = 48.97%
G = 26.9%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D57569 (or 0xD57569) is known color: New York Pink. HEX triplet: D5, 75 and 69. RGB value is (213,117,105). Sum of RGB (Red+Green+Blue) = 213+117+105=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D57569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57569 is #2A8A96. Grayscale: #909090. Windows color (decimal): -2787991 or 6911445. OLE color: 6911445.

HSL color Cylindrical-coordinate representation of color #D57569: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57569 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 105 -
CMYK 0 0.45 0.51 0.16
HSL 6.67º 0.56% 0.62% -
HSV(B) 6.67º 0.51% 0.84% -
XYZ 36.35 27.89 16.83 -
YUV 144.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 213 117 105 0 0.45 0.51 0.16 6.67 0.56 0.62
Hex D5 75 69 0 2D 33 10 7 38 3E
Octal 325 165 151 0 55 63 20 7 70 76
Binary 11010101 1110101 1101001 0 101101 110011 10000 111 111000 111110

Color Harmonies of #D57569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57569

Black with #D57569

Text Example


Text Example

White with #D57569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57569; }

 p { color: rgb(213,117,105); }

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

background-color css

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

 a { background-color: rgb(213,117,105); }

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

border-color css

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

 span { border-color: rgb(213,117,105); }

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