Html Css Color HEX #DB8385 Carissma

📋 copy color: '#DB8385'

red 219 ◦ green 131 ◦ blue 133

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

Shades of Carissma #DB8385

Tints of Carissma #DB8385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 45.34%
G = 27.12%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB8385 (or 0xDB8385) is known color: Carissma. HEX triplet: DB, 83 and 85. RGB value is (219,131,133). Sum of RGB (Red+Green+Blue) = 219+131+133=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8385 is #247C7A. Grayscale: #9D9D9D. Windows color (decimal): -2391163 or 8750043. OLE color: 8750043.

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

Color convert

RGB 219 131 133 -
CMYK 0 0.40 0.39 0.14
HSL 358.64º 0.55% 0.69% -
HSV(B) 358.64º 0.4% 0.86% -
XYZ 41.56 32.99 26.37 -
YUV 157.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 219 131 133 0 0.40 0.39 0.14 358.64 0.55 0.69
Hex DB 83 85 0 28 27 E 167 37 45
Octal 333 203 205 0 50 47 16 547 67 105
Binary 11011011 10000011 10000101 0 101000 100111 1110 101100111 110111 1000101

Color Harmonies of #DB8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8385

Black with #DB8385

Text Example


Text Example

White with #DB8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8385; }

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

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

background-color css

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

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

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

border-color css

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

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

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