Html Css Color HEX #D98286 Carissma

📋 copy color: '#D98286'

red 217 ◦ green 130 ◦ blue 134

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

Shades of Carissma #D98286

Tints of Carissma #D98286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 45.11%
G = 27.03%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D98286 (or 0xD98286) is known color: Carissma. HEX triplet: D9, 82 and 86. RGB value is (217,130,134). Sum of RGB (Red+Green+Blue) = 217+130+134=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98286 is #267D79. Grayscale: #9C9C9C. Windows color (decimal): -2522490 or 8815321. OLE color: 8815321.

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

Color convert

RGB 217 130 134 -
CMYK 0 0.40 0.38 0.15
HSL 357.24º 0.53% 0.68% -
HSV(B) 357.24º 0.4% 0.85% -
XYZ 40.9 32.44 26.66 -
YUV 156.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 217 130 134 0 0.40 0.38 0.15 357.24 0.53 0.68
Hex D9 82 86 0 28 26 F 165 35 44
Octal 331 202 206 0 50 46 17 545 65 104
Binary 11011001 10000010 10000110 0 101000 100110 1111 101100101 110101 1000100

Color Harmonies of #D98286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98286

Black with #D98286

Text Example


Text Example

White with #D98286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98286; }

 p { color: rgb(217,130,134); }

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

background-color css

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

 a { background-color: rgb(217,130,134); }

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

border-color css

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

 span { border-color: rgb(217,130,134); }

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