Html Css Color HEX #D38570 New York Pink

📋 copy color: '#D38570'

red 211 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #D38570

Tints of New York Pink #D38570

RGB

 RED value IS 211 (82.81% from 255) = 46.27%

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 46.27%
G = 29.17%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D38570 (or 0xD38570) is known color: New York Pink. HEX triplet: D3, 85 and 70. RGB value is (211,133,112). Sum of RGB (Red+Green+Blue) = 211+133+112=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D38570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38570 is #2C7A8F. Grayscale: #9A9A9A. Windows color (decimal): -2914960 or 7374291. OLE color: 7374291.

HSL color Cylindrical-coordinate representation of color #D38570: hue angle of 12.73º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D38570 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 112 -
CMYK 0 0.37 0.47 0.17
HSL 12.73º 0.53% 0.63% -
HSV(B) 12.73º 0.47% 0.83% -
XYZ 38.18 31.79 19.45 -
YUV 153.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 211 133 112 0 0.37 0.47 0.17 12.73 0.53 0.63
Hex D3 85 70 0 25 2F 11 D 35 3F
Octal 323 205 160 0 45 57 21 15 65 77
Binary 11010011 10000101 1110000 0 100101 101111 10001 1101 110101 111111

Color Harmonies of #D38570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38570

Black with #D38570

Text Example


Text Example

White with #D38570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38570; }

 p { color: rgb(211,133,112); }

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

background-color css

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

 a { background-color: rgb(211,133,112); }

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

border-color css

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

 span { border-color: rgb(211,133,112); }

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