Html Css Color HEX #D6838D Carissma

📋 copy color: '#D6838D'

red 214 ◦ green 131 ◦ blue 141

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

Shades of Carissma #D6838D

Tints of Carissma #D6838D

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

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

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

R = 44.03%
G = 26.95%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6838D (or 0xD6838D) is known color: Carissma. HEX triplet: D6, 83 and 8D. RGB value is (214,131,141). Sum of RGB (Red+Green+Blue) = 214+131+141=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6838D is #297C72. Grayscale: #9D9D9D. Windows color (decimal): -2718835 or 9274326. OLE color: 9274326.

HSL color Cylindrical-coordinate representation of color #D6838D: hue angle of 352.77º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6838D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 141 -
CMYK 0 0.39 0.34 0.16
HSL 352.77º 0.5% 0.68% -
HSV(B) 352.77º 0.39% 0.84% -
XYZ 40.66 32.45 29.32 -
YUV 156.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 214 131 141 0 0.39 0.34 0.16 352.77 0.5 0.68
Hex D6 83 8D 0 27 22 10 161 32 44
Octal 326 203 215 0 47 42 20 541 62 104
Binary 11010110 10000011 10001101 0 100111 100010 10000 101100001 110010 1000100

Color Harmonies of #D6838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6838D

Black with #D6838D

Text Example


Text Example

White with #D6838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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