Html Css Color HEX #D9838A Carissma

📋 copy color: '#D9838A'

red 217 ◦ green 131 ◦ blue 138

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

Shades of Carissma #D9838A

Tints of Carissma #D9838A

RGB

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

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

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

R = 44.65%
G = 26.95%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9838A (or 0xD9838A) is known color: Carissma. HEX triplet: D9, 83 and 8A. RGB value is (217,131,138). Sum of RGB (Red+Green+Blue) = 217+131+138=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9838A is #267C75. Grayscale: #9D9D9D. Windows color (decimal): -2522230 or 9077721. OLE color: 9077721.

HSL color Cylindrical-coordinate representation of color #D9838A: hue angle of 355.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9838A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 138 -
CMYK 0 0.40 0.36 0.15
HSL 355.12º 0.53% 0.68% -
HSV(B) 355.12º 0.4% 0.85% -
XYZ 41.32 32.82 28.2 -
YUV 157.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 217 131 138 0 0.40 0.36 0.15 355.12 0.53 0.68
Hex D9 83 8A 0 28 24 F 163 35 44
Octal 331 203 212 0 50 44 17 543 65 104
Binary 11011001 10000011 10001010 0 101000 100100 1111 101100011 110101 1000100

Color Harmonies of #D9838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9838A

Black with #D9838A

Text Example


Text Example

White with #D9838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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