Html Css Color HEX #D9848D Carissma

📋 copy color: '#D9848D'

red 217 ◦ green 132 ◦ blue 141

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

Shades of Carissma #D9848D

Tints of Carissma #D9848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 44.29%
G = 26.94%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9848D (or 0xD9848D) is known color: Carissma. HEX triplet: D9, 84 and 8D. RGB value is (217,132,141). Sum of RGB (Red+Green+Blue) = 217+132+141=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9848D is #267B72. Grayscale: #9E9E9E. Windows color (decimal): -2521971 or 9274585. OLE color: 9274585.

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

Color convert

RGB 217 132 141 -
CMYK 0 0.39 0.35 0.15
HSL 353.65º 0.53% 0.68% -
HSV(B) 353.65º 0.39% 0.85% -
XYZ 41.67 33.18 29.41 -
YUV 158.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 217 132 141 0 0.39 0.35 0.15 353.65 0.53 0.68
Hex D9 84 8D 0 27 23 F 162 35 44
Octal 331 204 215 0 47 43 17 542 65 104
Binary 11011001 10000100 10001101 0 100111 100011 1111 101100010 110101 1000100

Color Harmonies of #D9848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9848D

Black with #D9848D

Text Example


Text Example

White with #D9848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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