Html Css Color HEX #DB8284 Carissma

📋 copy color: '#DB8284'

red 219 ◦ green 130 ◦ blue 132

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

Shades of Carissma #DB8284

Tints of Carissma #DB8284

RGB

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

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

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

R = 45.53%
G = 27.03%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB8284 (or 0xDB8284) is known color: Carissma. HEX triplet: DB, 82 and 84. RGB value is (219,130,132). Sum of RGB (Red+Green+Blue) = 219+130+132=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8284 is #247D7B. Grayscale: #9C9C9C. Windows color (decimal): -2391420 or 8684251. OLE color: 8684251.

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

Color convert

RGB 219 130 132 -
CMYK 0 0.41 0.40 0.14
HSL 358.65º 0.55% 0.68% -
HSV(B) 358.65º 0.41% 0.86% -
XYZ 41.36 32.69 25.96 -
YUV 156.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 219 130 132 0 0.41 0.40 0.14 358.65 0.55 0.68
Hex DB 82 84 0 29 28 E 167 37 44
Octal 333 202 204 0 51 50 16 547 67 104
Binary 11011011 10000010 10000100 0 101001 101000 1110 101100111 110111 1000100

Color Harmonies of #DB8284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8284

Black with #DB8284

Text Example


Text Example

White with #DB8284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8284; }

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

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

background-color css

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

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

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

border-color css

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

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

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