Html Css Color HEX #DB828C Carissma

📋 copy color: '#DB828C'

red 219 ◦ green 130 ◦ blue 140

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

Shades of Carissma #DB828C

Tints of Carissma #DB828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 44.79%
G = 26.58%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB828C (or 0xDB828C) is known color: Carissma. HEX triplet: DB, 82 and 8C. RGB value is (219,130,140). Sum of RGB (Red+Green+Blue) = 219+130+140=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB828C is #247D73. Grayscale: #9D9D9D. Windows color (decimal): -2391412 or 9208539. OLE color: 9208539.

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

Color convert

RGB 219 130 140 -
CMYK 0 0.41 0.36 0.14
HSL 353.26º 0.55% 0.68% -
HSV(B) 353.26º 0.41% 0.86% -
XYZ 41.93 32.92 28.95 -
YUV 157.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 219 130 140 0 0.41 0.36 0.14 353.26 0.55 0.68
Hex DB 82 8C 0 29 24 E 161 37 44
Octal 333 202 214 0 51 44 16 541 67 104
Binary 11011011 10000010 10001100 0 101001 100100 1110 101100001 110111 1000100

Color Harmonies of #DB828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB828C

Black with #DB828C

Text Example


Text Example

White with #DB828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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