Html Css Color HEX #D8868D Carissma

📋 copy color: '#D8868D'

red 216 ◦ green 134 ◦ blue 141

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

Shades of Carissma #D8868D

Tints of Carissma #D8868D

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

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

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

R = 43.99%
G = 27.29%
B = 28.72%

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

#D8868D (or 0xD8868D) is known color: Carissma. HEX triplet: D8, 86 and 8D. RGB value is (216,134,141). Sum of RGB (Red+Green+Blue) = 216+134+141=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868D is #277972. Grayscale: #9F9F9F. Windows color (decimal): -2586995 or 9275096. OLE color: 9275096.

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

Color convert

RGB 216 134 141 -
CMYK 0 0.38 0.35 0.15
HSL 354.88º 0.51% 0.69% -
HSV(B) 354.88º 0.38% 0.85% -
XYZ 41.65 33.57 29.48 -
YUV 159.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 216 134 141 0 0.38 0.35 0.15 354.88 0.51 0.69
Hex D8 86 8D 0 26 23 F 163 33 45
Octal 330 206 215 0 46 43 17 543 63 105
Binary 11011000 10000110 10001101 0 100110 100011 1111 101100011 110011 1000101

Color Harmonies of #D8868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8868D

Black with #D8868D

Text Example


Text Example

White with #D8868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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