Html Css Color HEX #D38175 New York Pink

📋 copy color: '#D38175'

red 211 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #D38175

Tints of New York Pink #D38175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 46.17%
G = 28.23%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D38175 (or 0xD38175) is known color: New York Pink. HEX triplet: D3, 81 and 75. RGB value is (211,129,117). Sum of RGB (Red+Green+Blue) = 211+129+117=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D38175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38175 is #2C7E8A. Grayscale: #989898. Windows color (decimal): -2915979 or 7700947. OLE color: 7700947.

HSL color Cylindrical-coordinate representation of color #D38175: hue angle of 7.66º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38175 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 117 -
CMYK 0 0.39 0.45 0.17
HSL 7.66º 0.52% 0.64% -
HSV(B) 7.66º 0.45% 0.83% -
XYZ 37.93 30.83 20.78 -
YUV 152.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 211 129 117 0 0.39 0.45 0.17 7.66 0.52 0.64
Hex D3 81 75 0 27 2D 11 8 34 40
Octal 323 201 165 0 47 55 21 10 64 100
Binary 11010011 10000001 1110101 0 100111 101101 10001 1000 110100 1000000

Color Harmonies of #D38175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38175

Black with #D38175

Text Example


Text Example

White with #D38175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38175; }

 p { color: rgb(211,129,117); }

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

background-color css

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

 a { background-color: rgb(211,129,117); }

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

border-color css

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

 span { border-color: rgb(211,129,117); }

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