Html Css Color HEX #D88385 Charm

📋 copy color: '#D88385'

red 216 ◦ green 131 ◦ blue 133

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

Shades of Charm #D88385

Tints of Charm #D88385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

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

R = 45%
G = 27.29%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D88385 (or 0xD88385) is known color: Charm. HEX triplet: D8, 83 and 85. RGB value is (216,131,133). Sum of RGB (Red+Green+Blue) = 216+131+133=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D88385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88385 is #277C7A. Grayscale: #9C9C9C. Windows color (decimal): -2587771 or 8750040. OLE color: 8750040.

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

Color convert

RGB 216 131 133 -
CMYK 0 0.39 0.38 0.15
HSL 358.59º 0.52% 0.68% -
HSV(B) 358.59º 0.39% 0.85% -
XYZ 40.67 32.52 26.32 -
YUV 156.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 216 131 133 0 0.39 0.38 0.15 358.59 0.52 0.68
Hex D8 83 85 0 27 26 F 167 34 44
Octal 330 203 205 0 47 46 17 547 64 104
Binary 11011000 10000011 10000101 0 100111 100110 1111 101100111 110100 1000100

Color Harmonies of #D88385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88385

Black with #D88385

Text Example


Text Example

White with #D88385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88385; }

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

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

background-color css

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

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

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

border-color css

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

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

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