Html Css Color HEX #DB8384 Carissma

📋 copy color: '#DB8384'

red 219 ◦ green 131 ◦ blue 132

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

Shades of Carissma #DB8384

Tints of Carissma #DB8384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 45.44%
G = 27.18%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB8384 (or 0xDB8384) is known color: Carissma. HEX triplet: DB, 83 and 84. RGB value is (219,131,132). Sum of RGB (Red+Green+Blue) = 219+131+132=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8384 is #247C7B. Grayscale: #9D9D9D. Windows color (decimal): -2391164 or 8684507. OLE color: 8684507.

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

Color convert

RGB 219 131 132 -
CMYK 0 0.40 0.40 0.14
HSL 359.32º 0.55% 0.69% -
HSV(B) 359.32º 0.4% 0.86% -
XYZ 41.49 32.96 26 -
YUV 157.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 219 131 132 0 0.40 0.40 0.14 359.32 0.55 0.69
Hex DB 83 84 0 28 28 E 167 37 45
Octal 333 203 204 0 50 50 16 547 67 105
Binary 11011011 10000011 10000100 0 101000 101000 1110 101100111 110111 1000101

Color Harmonies of #DB8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8384

Black with #DB8384

Text Example


Text Example

White with #DB8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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