Html Css Color HEX #DB8392 Carissma

📋 copy color: '#DB8392'

red 219 ◦ green 131 ◦ blue 146

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

Shades of Carissma #DB8392

Tints of Carissma #DB8392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 44.15%
G = 26.41%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB8392 (or 0xDB8392) is known color: Carissma. HEX triplet: DB, 83 and 92. RGB value is (219,131,146). Sum of RGB (Red+Green+Blue) = 219+131+146=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8392 is #247C6D. Grayscale: #9F9F9F. Windows color (decimal): -2391150 or 9602011. OLE color: 9602011.

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

Color convert

RGB 219 131 146 -
CMYK 0 0.40 0.33 0.14
HSL 349.77º 0.55% 0.69% -
HSV(B) 349.77º 0.4% 0.86% -
XYZ 42.52 33.37 31.39 -
YUV 159.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 219 131 146 0 0.40 0.33 0.14 349.77 0.55 0.69
Hex DB 83 92 0 28 21 E 15E 37 45
Octal 333 203 222 0 50 41 16 536 67 105
Binary 11011011 10000011 10010010 0 101000 100001 1110 101011110 110111 1000101

Color Harmonies of #DB8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8392

Black with #DB8392

Text Example


Text Example

White with #DB8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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