Html Css Color HEX #DB8283 Carissma

📋 copy color: '#DB8283'

red 219 ◦ green 130 ◦ blue 131

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

Shades of Carissma #DB8283

Tints of Carissma #DB8283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.29%

R = 45.63%
G = 27.08%
B = 27.29%

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

#DB8283 (or 0xDB8283) is known color: Carissma. HEX triplet: DB, 82 and 83. RGB value is (219,130,131). Sum of RGB (Red+Green+Blue) = 219+130+131=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8283 is #247D7C. Grayscale: #9C9C9C. Windows color (decimal): -2391421 or 8618715. OLE color: 8618715.

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

Color convert

RGB 219 130 131 -
CMYK 0 0.41 0.40 0.14
HSL 359.33º 0.55% 0.68% -
HSV(B) 359.33º 0.41% 0.86% -
XYZ 41.29 32.66 25.6 -
YUV 156.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 219 130 131 0 0.41 0.40 0.14 359.33 0.55 0.68
Hex DB 82 83 0 29 28 E 167 37 44
Octal 333 202 203 0 51 50 16 547 67 104
Binary 11011011 10000010 10000011 0 101001 101000 1110 101100111 110111 1000100

Color Harmonies of #DB8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8283

Black with #DB8283

Text Example


Text Example

White with #DB8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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