Html Css Color HEX #DB848A Carissma

📋 copy color: '#DB848A'

red 219 ◦ green 132 ◦ blue 138

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

Shades of Carissma #DB848A

Tints of Carissma #DB848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 44.79%
G = 26.99%
B = 28.22%

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

#DB848A (or 0xDB848A) is known color: Carissma. HEX triplet: DB, 84 and 8A. RGB value is (219,132,138). Sum of RGB (Red+Green+Blue) = 219+132+138=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB848A is #247B75. Grayscale: #9E9E9E. Windows color (decimal): -2390902 or 9077979. OLE color: 9077979.

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

Color convert

RGB 219 132 138 -
CMYK 0 0.40 0.37 0.14
HSL 355.86º 0.55% 0.69% -
HSV(B) 355.86º 0.4% 0.86% -
XYZ 42.05 33.4 28.27 -
YUV 158.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 219 132 138 0 0.40 0.37 0.14 355.86 0.55 0.69
Hex DB 84 8A 0 28 25 E 164 37 45
Octal 333 204 212 0 50 45 16 544 67 105
Binary 11011011 10000100 10001010 0 101000 100101 1110 101100100 110111 1000101

Color Harmonies of #DB848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB848A

Black with #DB848A

Text Example


Text Example

White with #DB848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB848A; }

 p { color: rgb(219,132,138); }

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

background-color css

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

 a { background-color: rgb(219,132,138); }

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

border-color css

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

 span { border-color: rgb(219,132,138); }

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