Html Css Color HEX #D88085 Charm

📋 copy color: '#D88085'

red 216 ◦ green 128 ◦ blue 133

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

Shades of Charm #D88085

Tints of Charm #D88085

RGB

 RED value IS 216 (84.77% from 255) = 45.28%

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

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

R = 45.28%
G = 26.83%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D88085 (or 0xD88085) is known color: Charm. HEX triplet: D8, 80 and 85. RGB value is (216,128,133). Sum of RGB (Red+Green+Blue) = 216+128+133=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88085 is #277F7A. Grayscale: #9A9A9A. Windows color (decimal): -2588539 or 8749272. OLE color: 8749272.

HSL color Cylindrical-coordinate representation of color #D88085: hue angle of 356.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88085 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 133 -
CMYK 0 0.41 0.38 0.15
HSL 356.59º 0.53% 0.67% -
HSV(B) 356.59º 0.41% 0.85% -
XYZ 40.27 31.73 26.19 -
YUV 154.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 216 128 133 0 0.41 0.38 0.15 356.59 0.53 0.67
Hex D8 80 85 0 29 26 F 165 35 43
Octal 330 200 205 0 51 46 17 545 65 103
Binary 11011000 10000000 10000101 0 101001 100110 1111 101100101 110101 1000011

Color Harmonies of #D88085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88085

Black with #D88085

Text Example


Text Example

White with #D88085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88085; }

 p { color: rgb(216,128,133); }

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

background-color css

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

 a { background-color: rgb(216,128,133); }

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

border-color css

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

 span { border-color: rgb(216,128,133); }

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