Html Css Color HEX #D99683 My Pink

📋 copy color: '#D99683'

red 217 ◦ green 150 ◦ blue 131

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

Shades of My Pink #D99683

Tints of My Pink #D99683

RGB

 RED value IS 217 (85.16% from 255) = 43.57%

 GREEN value IS 150 (58.98% from 255) = 30.12%

 BLUE value IS 131 (51.56% from 255) = 26.31%

R = 43.57%
G = 30.12%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D99683 (or 0xD99683) is known color: My Pink. HEX triplet: D9, 96 and 83. RGB value is (217,150,131). Sum of RGB (Red+Green+Blue) = 217+150+131=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D99683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99683 is #26697C. Grayscale: #A8A8A8. Windows color (decimal): -2517373 or 8623833. OLE color: 8623833.

HSL color Cylindrical-coordinate representation of color #D99683: hue angle of 13.26º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99683 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 131 -
CMYK 0 0.31 0.40 0.15
HSL 13.26º 0.53% 0.68% -
HSV(B) 13.26º 0.4% 0.85% -
XYZ 43.62 38.2 26.55 -
YUV 167.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 217 150 131 0 0.31 0.40 0.15 13.26 0.53 0.68
Hex D9 96 83 0 1F 28 F D 35 44
Octal 331 226 203 0 37 50 17 15 65 104
Binary 11011001 10010110 10000011 0 11111 101000 1111 1101 110101 1000100

Color Harmonies of #D99683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99683

Black with #D99683

Text Example


Text Example

White with #D99683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99683; }

 p { color: rgb(217,150,131); }

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

background-color css

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

 a { background-color: rgb(217,150,131); }

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

border-color css

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

 span { border-color: rgb(217,150,131); }

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