Html Css Color HEX #DB838B Carissma

📋 copy color: '#DB838B'

red 219 ◦ green 131 ◦ blue 139

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

Shades of Carissma #DB838B

Tints of Carissma #DB838B

RGB

 RED value IS 219 (85.94% from 255) = 44.79%

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

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

R = 44.79%
G = 26.79%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB838B (or 0xDB838B) is known color: Carissma. HEX triplet: DB, 83 and 8B. RGB value is (219,131,139). Sum of RGB (Red+Green+Blue) = 219+131+139=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB838B is #247C74. Grayscale: #9E9E9E. Windows color (decimal): -2391157 or 9143259. OLE color: 9143259.

HSL color Cylindrical-coordinate representation of color #DB838B: hue angle of 354.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB838B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 139 -
CMYK 0 0.40 0.37 0.14
HSL 354.55º 0.55% 0.69% -
HSV(B) 354.55º 0.4% 0.86% -
XYZ 41.99 33.16 28.61 -
YUV 158.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 219 131 139 0 0.40 0.37 0.14 354.55 0.55 0.69
Hex DB 83 8B 0 28 25 E 163 37 45
Octal 333 203 213 0 50 45 16 543 67 105
Binary 11011011 10000011 10001011 0 101000 100101 1110 101100011 110111 1000101

Color Harmonies of #DB838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB838B

Black with #DB838B

Text Example


Text Example

White with #DB838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB838B; }

 p { color: rgb(219,131,139); }

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

background-color css

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

 a { background-color: rgb(219,131,139); }

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

border-color css

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

 span { border-color: rgb(219,131,139); }

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