Html Css Color HEX #DB8293 Carissma

📋 copy color: '#DB8293'

red 219 ◦ green 130 ◦ blue 147

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

Shades of Carissma #DB8293

Tints of Carissma #DB8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 44.15%
G = 26.21%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB8293 (or 0xDB8293) is known color: Carissma. HEX triplet: DB, 82 and 93. RGB value is (219,130,147). Sum of RGB (Red+Green+Blue) = 219+130+147=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8293 is #247D6C. Grayscale: #9E9E9E. Windows color (decimal): -2391405 or 9667291. OLE color: 9667291.

HSL color Cylindrical-coordinate representation of color #DB8293: hue angle of 348.54º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8293 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 147 -
CMYK 0 0.41 0.33 0.14
HSL 348.54º 0.55% 0.68% -
HSV(B) 348.54º 0.41% 0.86% -
XYZ 42.46 33.13 31.76 -
YUV 158.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 219 130 147 0 0.41 0.33 0.14 348.54 0.55 0.68
Hex DB 82 93 0 29 21 E 15D 37 44
Octal 333 202 223 0 51 41 16 535 67 104
Binary 11011011 10000010 10010011 0 101001 100001 1110 101011101 110111 1000100

Color Harmonies of #DB8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8293

Black with #DB8293

Text Example


Text Example

White with #DB8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8293; }

 p { color: rgb(219,130,147); }

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

background-color css

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

 a { background-color: rgb(219,130,147); }

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

border-color css

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

 span { border-color: rgb(219,130,147); }

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