Html Css Color HEX #D9868D Carissma

📋 copy color: '#D9868D'

red 217 ◦ green 134 ◦ blue 141

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

Shades of Carissma #D9868D

Tints of Carissma #D9868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.24%

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

R = 44.11%
G = 27.24%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9868D (or 0xD9868D) is known color: Carissma. HEX triplet: D9, 86 and 8D. RGB value is (217,134,141). Sum of RGB (Red+Green+Blue) = 217+134+141=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868D is #267972. Grayscale: #9F9F9F. Windows color (decimal): -2521459 or 9275097. OLE color: 9275097.

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

Color convert

RGB 217 134 141 -
CMYK 0 0.38 0.35 0.15
HSL 354.94º 0.52% 0.69% -
HSV(B) 354.94º 0.38% 0.85% -
XYZ 41.95 33.72 29.5 -
YUV 159.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 217 134 141 0 0.38 0.35 0.15 354.94 0.52 0.69
Hex D9 86 8D 0 26 23 F 163 34 45
Octal 331 206 215 0 46 43 17 543 64 105
Binary 11011001 10000110 10001101 0 100110 100011 1111 101100011 110100 1000101

Color Harmonies of #D9868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9868D

Black with #D9868D

Text Example


Text Example

White with #D9868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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