Html Css Color HEX #DB829A Carissma

📋 copy color: '#DB829A'

red 219 ◦ green 130 ◦ blue 154

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

Shades of Carissma #DB829A

Tints of Carissma #DB829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 43.54%
G = 25.84%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB829A (or 0xDB829A) is known color: Carissma. HEX triplet: DB, 82 and 9A. RGB value is (219,130,154). Sum of RGB (Red+Green+Blue) = 219+130+154=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB829A is #247D65. Grayscale: #9F9F9F. Windows color (decimal): -2391398 or 10126043. OLE color: 10126043.

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

Color convert

RGB 219 130 154 -
CMYK 0 0.41 0.30 0.14
HSL 343.82º 0.55% 0.68% -
HSV(B) 343.82º 0.41% 0.86% -
XYZ 43.03 33.36 34.74 -
YUV 159.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 219 130 154 0 0.41 0.30 0.14 343.82 0.55 0.68
Hex DB 82 9A 0 29 1E E 158 37 44
Octal 333 202 232 0 51 36 16 530 67 104
Binary 11011011 10000010 10011010 0 101001 11110 1110 101011000 110111 1000100

Color Harmonies of #DB829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB829A

Black with #DB829A

Text Example


Text Example

White with #DB829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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