Html Css Color HEX #D98287 Carissma

📋 copy color: '#D98287'

red 217 ◦ green 130 ◦ blue 135

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

Shades of Carissma #D98287

Tints of Carissma #D98287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 45.02%
G = 26.97%
B = 28.01%

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

#D98287 (or 0xD98287) is known color: Carissma. HEX triplet: D9, 82 and 87. RGB value is (217,130,135). Sum of RGB (Red+Green+Blue) = 217+130+135=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D98287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98287 is #267D78. Grayscale: #9C9C9C. Windows color (decimal): -2522489 or 8880857. OLE color: 8880857.

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

Color convert

RGB 217 130 135 -
CMYK 0 0.40 0.38 0.15
HSL 356.55º 0.53% 0.68% -
HSV(B) 356.55º 0.4% 0.85% -
XYZ 40.97 32.47 27.03 -
YUV 156.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 217 130 135 0 0.40 0.38 0.15 356.55 0.53 0.68
Hex D9 82 87 0 28 26 F 165 35 44
Octal 331 202 207 0 50 46 17 545 65 104
Binary 11011001 10000010 10000111 0 101000 100110 1111 101100101 110101 1000100

Color Harmonies of #D98287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98287

Black with #D98287

Text Example


Text Example

White with #D98287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98287; }

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

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

background-color css

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

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

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

border-color css

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

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

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