Html Css Color HEX #D98485 Carissma

📋 copy color: '#D98485'

red 217 ◦ green 132 ◦ blue 133

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

Shades of Carissma #D98485

Tints of Carissma #D98485

RGB

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

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

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

R = 45.02%
G = 27.39%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D98485 (or 0xD98485) is known color: Carissma. HEX triplet: D9, 84 and 85. RGB value is (217,132,133). Sum of RGB (Red+Green+Blue) = 217+132+133=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D98485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98485 is #267B7A. Grayscale: #9D9D9D. Windows color (decimal): -2521979 or 8750297. OLE color: 8750297.

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

Color convert

RGB 217 132 133 -
CMYK 0 0.39 0.39 0.15
HSL 359.29º 0.53% 0.68% -
HSV(B) 359.29º 0.39% 0.85% -
XYZ 41.1 32.95 26.38 -
YUV 157.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 217 132 133 0 0.39 0.39 0.15 359.29 0.53 0.68
Hex D9 84 85 0 27 27 F 167 35 44
Octal 331 204 205 0 47 47 17 547 65 104
Binary 11011001 10000100 10000101 0 100111 100111 1111 101100111 110101 1000100

Color Harmonies of #D98485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98485

Black with #D98485

Text Example


Text Example

White with #D98485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98485; }

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

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

background-color css

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

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

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

border-color css

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

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

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