Html Css Color HEX #DB838C Carissma

📋 copy color: '#DB838C'

red 219 ◦ green 131 ◦ blue 140

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

Shades of Carissma #DB838C

Tints of Carissma #DB838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 44.69%
G = 26.73%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB838C (or 0xDB838C) is known color: Carissma. HEX triplet: DB, 83 and 8C. RGB value is (219,131,140). Sum of RGB (Red+Green+Blue) = 219+131+140=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB838C is #247C73. Grayscale: #9E9E9E. Windows color (decimal): -2391156 or 9208795. OLE color: 9208795.

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

Color convert

RGB 219 131 140 -
CMYK 0 0.40 0.36 0.14
HSL 353.86º 0.55% 0.69% -
HSV(B) 353.86º 0.4% 0.86% -
XYZ 42.06 33.19 29 -
YUV 158.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 219 131 140 0 0.40 0.36 0.14 353.86 0.55 0.69
Hex DB 83 8C 0 28 24 E 162 37 45
Octal 333 203 214 0 50 44 16 542 67 105
Binary 11011011 10000011 10001100 0 101000 100100 1110 101100010 110111 1000101

Color Harmonies of #DB838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB838C

Black with #DB838C

Text Example


Text Example

White with #DB838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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