Html Css Color HEX #DB8285 Carissma

📋 copy color: '#DB8285'

red 219 ◦ green 130 ◦ blue 133

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

Shades of Carissma #DB8285

Tints of Carissma #DB8285

RGB

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

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

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

R = 45.44%
G = 26.97%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB8285 (or 0xDB8285) is known color: Carissma. HEX triplet: DB, 82 and 85. RGB value is (219,130,133). Sum of RGB (Red+Green+Blue) = 219+130+133=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8285 is #247D7A. Grayscale: #9D9D9D. Windows color (decimal): -2391419 or 8749787. OLE color: 8749787.

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

Color convert

RGB 219 130 133 -
CMYK 0 0.41 0.39 0.14
HSL 357.98º 0.55% 0.68% -
HSV(B) 357.98º 0.41% 0.86% -
XYZ 41.43 32.72 26.32 -
YUV 156.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 219 130 133 0 0.41 0.39 0.14 357.98 0.55 0.68
Hex DB 82 85 0 29 27 E 166 37 44
Octal 333 202 205 0 51 47 16 546 67 104
Binary 11011011 10000010 10000101 0 101001 100111 1110 101100110 110111 1000100

Color Harmonies of #DB8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8285

Black with #DB8285

Text Example


Text Example

White with #DB8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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