Html Css Color HEX #DB828E Carissma

📋 copy color: '#DB828E'

red 219 ◦ green 130 ◦ blue 142

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

Shades of Carissma #DB828E

Tints of Carissma #DB828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 44.6%
G = 26.48%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB828E (or 0xDB828E) is known color: Carissma. HEX triplet: DB, 82 and 8E. RGB value is (219,130,142). Sum of RGB (Red+Green+Blue) = 219+130+142=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB828E is #247D71. Grayscale: #9E9E9E. Windows color (decimal): -2391410 or 9339611. OLE color: 9339611.

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

Color convert

RGB 219 130 142 -
CMYK 0 0.41 0.35 0.14
HSL 351.91º 0.55% 0.68% -
HSV(B) 351.91º 0.41% 0.86% -
XYZ 42.08 32.98 29.74 -
YUV 157.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 219 130 142 0 0.41 0.35 0.14 351.91 0.55 0.68
Hex DB 82 8E 0 29 23 E 160 37 44
Octal 333 202 216 0 51 43 16 540 67 104
Binary 11011011 10000010 10001110 0 101001 100011 1110 101100000 110111 1000100

Color Harmonies of #DB828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB828E

Black with #DB828E

Text Example


Text Example

White with #DB828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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