Html Css Color HEX #D57B6A New York Pink

📋 copy color: '#D57B6A'

red 213 ◦ green 123 ◦ blue 106

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

Shades of New York Pink #D57B6A

Tints of New York Pink #D57B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 48.19%
G = 27.83%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D57B6A (or 0xD57B6A) is known color: New York Pink. HEX triplet: D5, 7B and 6A. RGB value is (213,123,106). Sum of RGB (Red+Green+Blue) = 213+123+106=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B6A is #2A8495. Grayscale: #949494. Windows color (decimal): -2786454 or 6978517. OLE color: 6978517.

HSL color Cylindrical-coordinate representation of color #D57B6A: hue angle of 9.53º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57B6A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 123 106 -
CMYK 0 0.42 0.50 0.16
HSL 9.53º 0.56% 0.63% -
HSV(B) 9.53º 0.5% 0.84% -
XYZ 37.13 29.35 17.34 -
YUV 147.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 213 123 106 0 0.42 0.50 0.16 9.53 0.56 0.63
Hex D5 7B 6A 0 2A 32 10 A 38 3F
Octal 325 173 152 0 52 62 20 12 70 77
Binary 11010101 1111011 1101010 0 101010 110010 10000 1010 111000 111111

Color Harmonies of #D57B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B6A

Black with #D57B6A

Text Example


Text Example

White with #D57B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B6A; }

 p { color: rgb(213,123,106); }

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

background-color css

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

 a { background-color: rgb(213,123,106); }

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

border-color css

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

 span { border-color: rgb(213,123,106); }

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