Html Css Color HEX #D5816C New York Pink

📋 copy color: '#D5816C'

red 213 ◦ green 129 ◦ blue 108

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

Shades of New York Pink #D5816C

Tints of New York Pink #D5816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 47.33%
G = 28.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5816C (or 0xD5816C) is known color: New York Pink. HEX triplet: D5, 81 and 6C. RGB value is (213,129,108). Sum of RGB (Red+Green+Blue) = 213+129+108=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816C is #2A7E93. Grayscale: #979797. Windows color (decimal): -2784916 or 7111125. OLE color: 7111125.

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

Color convert

RGB 213 129 108 -
CMYK 0 0.39 0.49 0.16
HSL 12º 0.56% 0.63% -
HSV(B) 12º 0.49% 0.84% -
XYZ 38 30.93 18.15 -
YUV 151.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 213 129 108 0 0.39 0.49 0.16 12 0.56 0.63
Hex D5 81 6C 0 27 31 10 C 38 3F
Octal 325 201 154 0 47 61 20 14 70 77
Binary 11010101 10000001 1101100 0 100111 110001 10000 1100 111000 111111

Color Harmonies of #D5816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5816C

Black with #D5816C

Text Example


Text Example

White with #D5816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5816C; }

 p { color: rgb(213,129,108); }

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

background-color css

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

 a { background-color: rgb(213,129,108); }

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

border-color css

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

 span { border-color: rgb(213,129,108); }

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