Html Css Color HEX #DB8494 Carissma

📋 copy color: '#DB8494'

red 219 ◦ green 132 ◦ blue 148

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

Shades of Carissma #DB8494

Tints of Carissma #DB8494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 43.89%
G = 26.45%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8494 (or 0xDB8494) is known color: Carissma. HEX triplet: DB, 84 and 94. RGB value is (219,132,148). Sum of RGB (Red+Green+Blue) = 219+132+148=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8494 is #247B6B. Grayscale: #9F9F9F. Windows color (decimal): -2390892 or 9733339. OLE color: 9733339.

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

Color convert

RGB 219 132 148 -
CMYK 0 0.40 0.32 0.14
HSL 348.97º 0.55% 0.69% -
HSV(B) 348.97º 0.4% 0.86% -
XYZ 42.81 33.7 32.27 -
YUV 159.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 219 132 148 0 0.40 0.32 0.14 348.97 0.55 0.69
Hex DB 84 94 0 28 20 E 15D 37 45
Octal 333 204 224 0 50 40 16 535 67 105
Binary 11011011 10000100 10010100 0 101000 100000 1110 101011101 110111 1000101

Color Harmonies of #DB8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8494

Black with #DB8494

Text Example


Text Example

White with #DB8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8494; }

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

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

background-color css

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

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

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

border-color css

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

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

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