Html Css Color HEX #D38073 New York Pink

📋 copy color: '#D38073'

red 211 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #D38073

Tints of New York Pink #D38073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 46.48%
G = 28.19%
B = 25.33%

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

#D38073 (or 0xD38073) is known color: New York Pink. HEX triplet: D3, 80 and 73. RGB value is (211,128,115). Sum of RGB (Red+Green+Blue) = 211+128+115=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D38073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38073 is #2C7F8C. Grayscale: #979797. Windows color (decimal): -2916237 or 7569619. OLE color: 7569619.

HSL color Cylindrical-coordinate representation of color #D38073: hue angle of 8.12º 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 #D38073 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 128 115 -
CMYK 0 0.39 0.45 0.17
HSL 8.13º 0.52% 0.64% -
HSV(B) 8.13º 0.45% 0.83% -
XYZ 37.68 30.53 20.13 -
YUV 151.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 211 128 115 0 0.39 0.45 0.17 8.13 0.52 0.64
Hex D3 80 73 0 27 2D 11 8 34 40
Octal 323 200 163 0 47 55 21 10 64 100
Binary 11010011 10000000 1110011 0 100111 101101 10001 1000 110100 1000000

Color Harmonies of #D38073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38073

Black with #D38073

Text Example


Text Example

White with #D38073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38073; }

 p { color: rgb(211,128,115); }

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

background-color css

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

 a { background-color: rgb(211,128,115); }

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

border-color css

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

 span { border-color: rgb(211,128,115); }

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