Html Css Color HEX #DB8394 Carissma

📋 copy color: '#DB8394'

red 219 ◦ green 131 ◦ blue 148

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

Shades of Carissma #DB8394

Tints of Carissma #DB8394

RGB

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

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

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

R = 43.98%
G = 26.31%
B = 29.72%

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

#DB8394 (or 0xDB8394) is known color: Carissma. HEX triplet: DB, 83 and 94. RGB value is (219,131,148). Sum of RGB (Red+Green+Blue) = 219+131+148=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8394 is #247C6B. Grayscale: #9F9F9F. Windows color (decimal): -2391148 or 9733083. OLE color: 9733083.

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

Color convert

RGB 219 131 148 -
CMYK 0 0.40 0.32 0.14
HSL 348.41º 0.55% 0.69% -
HSV(B) 348.41º 0.4% 0.86% -
XYZ 42.68 33.43 32.22 -
YUV 159.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 219 131 148 0 0.40 0.32 0.14 348.41 0.55 0.69
Hex DB 83 94 0 28 20 E 15C 37 45
Octal 333 203 224 0 50 40 16 534 67 105
Binary 11011011 10000011 10010100 0 101000 100000 1110 101011100 110111 1000101

Color Harmonies of #DB8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8394

Black with #DB8394

Text Example


Text Example

White with #DB8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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