Html Css Color HEX #D98385 Carissma

📋 copy color: '#D98385'

red 217 ◦ green 131 ◦ blue 133

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

Shades of Carissma #D98385

Tints of Carissma #D98385

RGB

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

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

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

R = 45.11%
G = 27.23%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D98385 (or 0xD98385) is known color: Carissma. HEX triplet: D9, 83 and 85. RGB value is (217,131,133). Sum of RGB (Red+Green+Blue) = 217+131+133=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98385 is #267C7A. Grayscale: #9D9D9D. Windows color (decimal): -2522235 or 8750041. OLE color: 8750041.

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

Color convert

RGB 217 131 133 -
CMYK 0 0.40 0.39 0.15
HSL 358.6º 0.53% 0.68% -
HSV(B) 358.6º 0.4% 0.85% -
XYZ 40.97 32.68 26.34 -
YUV 156.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 217 131 133 0 0.40 0.39 0.15 358.6 0.53 0.68
Hex D9 83 85 0 28 27 F 167 35 44
Octal 331 203 205 0 50 47 17 547 65 104
Binary 11011001 10000011 10000101 0 101000 100111 1111 101100111 110101 1000100

Color Harmonies of #D98385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98385

Black with #D98385

Text Example


Text Example

White with #D98385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98385; }

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

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

background-color css

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

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

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

border-color css

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

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

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