Html Css Color HEX #D8868B Carissma

📋 copy color: '#D8868B'

red 216 ◦ green 134 ◦ blue 139

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

Shades of Carissma #D8868B

Tints of Carissma #D8868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 44.17%
G = 27.4%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8868B (or 0xD8868B) is known color: Carissma. HEX triplet: D8, 86 and 8B. RGB value is (216,134,139). Sum of RGB (Red+Green+Blue) = 216+134+139=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868B is #277974. Grayscale: #9F9F9F. Windows color (decimal): -2586997 or 9144024. OLE color: 9144024.

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

Color convert

RGB 216 134 139 -
CMYK 0 0.38 0.36 0.15
HSL 356.34º 0.51% 0.69% -
HSV(B) 356.34º 0.38% 0.85% -
XYZ 41.5 33.51 28.71 -
YUV 159.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 216 134 139 0 0.38 0.36 0.15 356.34 0.51 0.69
Hex D8 86 8B 0 26 24 F 164 33 45
Octal 330 206 213 0 46 44 17 544 63 105
Binary 11011000 10000110 10001011 0 100110 100100 1111 101100100 110011 1000101

Color Harmonies of #D8868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8868B

Black with #D8868B

Text Example


Text Example

White with #D8868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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