Html Css Color HEX #D8838D Carissma

📋 copy color: '#D8838D'

red 216 ◦ green 131 ◦ blue 141

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

Shades of Carissma #D8838D

Tints of Carissma #D8838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 44.26%
G = 26.84%
B = 28.89%

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

#D8838D (or 0xD8838D) is known color: Carissma. HEX triplet: D8, 83 and 8D. RGB value is (216,131,141). Sum of RGB (Red+Green+Blue) = 216+131+141=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8838D is #277C72. Grayscale: #9D9D9D. Windows color (decimal): -2587763 or 9274328. OLE color: 9274328.

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

Color convert

RGB 216 131 141 -
CMYK 0 0.39 0.35 0.15
HSL 352.94º 0.52% 0.68% -
HSV(B) 352.94º 0.39% 0.85% -
XYZ 41.24 32.75 29.35 -
YUV 157.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 216 131 141 0 0.39 0.35 0.15 352.94 0.52 0.68
Hex D8 83 8D 0 27 23 F 161 34 44
Octal 330 203 215 0 47 43 17 541 64 104
Binary 11011000 10000011 10001101 0 100111 100011 1111 101100001 110100 1000100

Color Harmonies of #D8838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8838D

Black with #D8838D

Text Example


Text Example

White with #D8838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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