Html Css Color HEX #DB8199 Carissma

📋 copy color: '#DB8199'

red 219 ◦ green 129 ◦ blue 153

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

Shades of Carissma #DB8199

Tints of Carissma #DB8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.75%

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 43.71%
G = 25.75%
B = 30.54%

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

#DB8199 (or 0xDB8199) is known color: Carissma. HEX triplet: DB, 81 and 99. RGB value is (219,129,153). Sum of RGB (Red+Green+Blue) = 219+129+153=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8199 is #247E66. Grayscale: #9E9E9E. Windows color (decimal): -2391655 or 10060251. OLE color: 10060251.

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

Color convert

RGB 219 129 153 -
CMYK 0 0.41 0.30 0.14
HSL 344º 0.56% 0.68% -
HSV(B) 344º 0.41% 0.86% -
XYZ 42.81 33.06 34.26 -
YUV 158.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 219 129 153 0 0.41 0.30 0.14 344 0.56 0.68
Hex DB 81 99 0 29 1E E 158 38 44
Octal 333 201 231 0 51 36 16 530 70 104
Binary 11011011 10000001 10011001 0 101001 11110 1110 101011000 111000 1000100

Color Harmonies of #DB8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8199

Black with #DB8199

Text Example


Text Example

White with #DB8199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8199; }

 p { color: rgb(219,129,153); }

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

background-color css

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

 a { background-color: rgb(219,129,153); }

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

border-color css

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

 span { border-color: rgb(219,129,153); }

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