Html Css Color HEX #DB828A Carissma

📋 copy color: '#DB828A'

red 219 ◦ green 130 ◦ blue 138

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

Shades of Carissma #DB828A

Tints of Carissma #DB828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.34%

R = 44.97%
G = 26.69%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB828A (or 0xDB828A) is known color: Carissma. HEX triplet: DB, 82 and 8A. RGB value is (219,130,138). Sum of RGB (Red+Green+Blue) = 219+130+138=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB828A is #247D75. Grayscale: #9D9D9D. Windows color (decimal): -2391414 or 9077467. OLE color: 9077467.

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

Color convert

RGB 219 130 138 -
CMYK 0 0.41 0.37 0.14
HSL 354.61º 0.55% 0.68% -
HSV(B) 354.61º 0.41% 0.86% -
XYZ 41.78 32.86 28.19 -
YUV 157.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 219 130 138 0 0.41 0.37 0.14 354.61 0.55 0.68
Hex DB 82 8A 0 29 25 E 163 37 44
Octal 333 202 212 0 51 45 16 543 67 104
Binary 11011011 10000010 10001010 0 101001 100101 1110 101100011 110111 1000100

Color Harmonies of #DB828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB828A

Black with #DB828A

Text Example


Text Example

White with #DB828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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