Html Css Color HEX #D8838A Carissma

📋 copy color: '#D8838A'

red 216 ◦ green 131 ◦ blue 138

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

Shades of Carissma #D8838A

Tints of Carissma #D8838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 44.54%
G = 27.01%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8838A (or 0xD8838A) is known color: Carissma. HEX triplet: D8, 83 and 8A. RGB value is (216,131,138). Sum of RGB (Red+Green+Blue) = 216+131+138=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8838A is #277C75. Grayscale: #9D9D9D. Windows color (decimal): -2587766 or 9077720. OLE color: 9077720.

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

Color convert

RGB 216 131 138 -
CMYK 0 0.39 0.36 0.15
HSL 355.06º 0.52% 0.68% -
HSV(B) 355.06º 0.39% 0.85% -
XYZ 41.02 32.67 28.19 -
YUV 157.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 216 131 138 0 0.39 0.36 0.15 355.06 0.52 0.68
Hex D8 83 8A 0 27 24 F 163 34 44
Octal 330 203 212 0 47 44 17 543 64 104
Binary 11011000 10000011 10001010 0 100111 100100 1111 101100011 110100 1000100

Color Harmonies of #D8838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8838A

Black with #D8838A

Text Example


Text Example

White with #D8838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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