Html Css Color HEX #D69585 My Pink

📋 copy color: '#D69585'

red 214 ◦ green 149 ◦ blue 133

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

Shades of My Pink #D69585

Tints of My Pink #D69585

RGB

 RED value IS 214 (83.98% from 255) = 43.15%

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 43.15%
G = 30.04%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D69585 (or 0xD69585) is known color: My Pink. HEX triplet: D6, 95 and 85. RGB value is (214,149,133). Sum of RGB (Red+Green+Blue) = 214+149+133=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69585 is #296A7A. Grayscale: #A6A6A6. Windows color (decimal): -2714235 or 8754646. OLE color: 8754646.

HSL color Cylindrical-coordinate representation of color #D69585: hue angle of 11.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69585 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 133 -
CMYK 0 0.30 0.38 0.16
HSL 11.85º 0.5% 0.68% -
HSV(B) 11.85º 0.38% 0.84% -
XYZ 42.71 37.48 27.17 -
YUV 166.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 214 149 133 0 0.30 0.38 0.16 11.85 0.5 0.68
Hex D6 95 85 0 1E 26 10 C 32 44
Octal 326 225 205 0 36 46 20 14 62 104
Binary 11010110 10010101 10000101 0 11110 100110 10000 1100 110010 1000100

Color Harmonies of #D69585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69585

Black with #D69585

Text Example


Text Example

White with #D69585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69585; }

 p { color: rgb(214,149,133); }

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

background-color css

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

 a { background-color: rgb(214,149,133); }

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

border-color css

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

 span { border-color: rgb(214,149,133); }

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