Html Css Color HEX #D88485 Carissma

📋 copy color: '#D88485'

red 216 ◦ green 132 ◦ blue 133

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

Shades of Carissma #D88485

Tints of Carissma #D88485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 44.91%
G = 27.44%
B = 27.65%

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

#D88485 (or 0xD88485) is known color: Carissma. HEX triplet: D8, 84 and 85. RGB value is (216,132,133). Sum of RGB (Red+Green+Blue) = 216+132+133=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D88485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88485 is #277B7A. Grayscale: #9D9D9D. Windows color (decimal): -2587515 or 8750296. OLE color: 8750296.

HSL color Cylindrical-coordinate representation of color #D88485: hue angle of 359.29º 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 #D88485 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 133 -
CMYK 0 0.39 0.38 0.15
HSL 359.29º 0.52% 0.68% -
HSV(B) 359.29º 0.39% 0.85% -
XYZ 40.8 32.79 26.37 -
YUV 157.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 216 132 133 0 0.39 0.38 0.15 359.29 0.52 0.68
Hex D8 84 85 0 27 26 F 167 34 44
Octal 330 204 205 0 47 46 17 547 64 104
Binary 11011000 10000100 10000101 0 100111 100110 1111 101100111 110100 1000100

Color Harmonies of #D88485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88485

Black with #D88485

Text Example


Text Example

White with #D88485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88485; }

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

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

background-color css

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

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

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

border-color css

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

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

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