Html Css Color HEX #D9858D Carissma

📋 copy color: '#D9858D'

red 217 ◦ green 133 ◦ blue 141

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

Shades of Carissma #D9858D

Tints of Carissma #D9858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 44.2%
G = 27.09%
B = 28.72%

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

#D9858D (or 0xD9858D) is known color: Carissma. HEX triplet: D9, 85 and 8D. RGB value is (217,133,141). Sum of RGB (Red+Green+Blue) = 217+133+141=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9858D is #267A72. Grayscale: #9F9F9F. Windows color (decimal): -2521715 or 9274841. OLE color: 9274841.

HSL color Cylindrical-coordinate representation of color #D9858D: hue angle of 354.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9858D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 141 -
CMYK 0 0.39 0.35 0.15
HSL 354.29º 0.53% 0.69% -
HSV(B) 354.29º 0.39% 0.85% -
XYZ 41.81 33.45 29.45 -
YUV 159.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 217 133 141 0 0.39 0.35 0.15 354.29 0.53 0.69
Hex D9 85 8D 0 27 23 F 162 34 45
Octal 331 205 215 0 47 43 17 542 64 105
Binary 11011001 10000101 10001101 0 100111 100011 1111 101100010 110100 1000101

Color Harmonies of #D9858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9858D

Black with #D9858D

Text Example


Text Example

White with #D9858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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