Html Css Color HEX #DB8299 Carissma

📋 copy color: '#DB8299'

red 219 ◦ green 130 ◦ blue 153

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

Shades of Carissma #DB8299

Tints of Carissma #DB8299

RGB

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

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

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

R = 43.63%
G = 25.9%
B = 30.48%

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

#DB8299 (or 0xDB8299) is known color: Carissma. HEX triplet: DB, 82 and 99. RGB value is (219,130,153). Sum of RGB (Red+Green+Blue) = 219+130+153=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8299 is #247D66. Grayscale: #9F9F9F. Windows color (decimal): -2391399 or 10060507. OLE color: 10060507.

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

Color convert

RGB 219 130 153 -
CMYK 0 0.41 0.30 0.14
HSL 344.49º 0.55% 0.68% -
HSV(B) 344.49º 0.41% 0.86% -
XYZ 42.95 33.33 34.31 -
YUV 159.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 219 130 153 0 0.41 0.30 0.14 344.49 0.55 0.68
Hex DB 82 99 0 29 1E E 158 37 44
Octal 333 202 231 0 51 36 16 530 67 104
Binary 11011011 10000010 10011001 0 101001 11110 1110 101011000 110111 1000100

Color Harmonies of #DB8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8299

Black with #DB8299

Text Example


Text Example

White with #DB8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8299; }

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

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

background-color css

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

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

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

border-color css

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

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

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