Html Css Color HEX #DB8399 Carissma

📋 copy color: '#DB8399'

red 219 ◦ green 131 ◦ blue 153

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

Shades of Carissma #DB8399

Tints of Carissma #DB8399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

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

R = 43.54%
G = 26.04%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB8399 (or 0xDB8399) is known color: Carissma. HEX triplet: DB, 83 and 99. RGB value is (219,131,153). Sum of RGB (Red+Green+Blue) = 219+131+153=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8399 is #247C66. Grayscale: #9F9F9F. Windows color (decimal): -2391143 or 10060763. OLE color: 10060763.

HSL color Cylindrical-coordinate representation of color #DB8399: hue angle of 345º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8399 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 153 -
CMYK 0 0.40 0.30 0.14
HSL 345º 0.55% 0.69% -
HSV(B) 345º 0.4% 0.86% -
XYZ 43.08 33.59 34.35 -
YUV 159.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 219 131 153 0 0.40 0.30 0.14 345 0.55 0.69
Hex DB 83 99 0 28 1E E 159 37 45
Octal 333 203 231 0 50 36 16 531 67 105
Binary 11011011 10000011 10011001 0 101000 11110 1110 101011001 110111 1000101

Color Harmonies of #DB8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8399

Black with #DB8399

Text Example


Text Example

White with #DB8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8399; }

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

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

background-color css

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

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

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

border-color css

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

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

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