Html Css Color HEX #DB8498 Carissma

📋 copy color: '#DB8498'

red 219 ◦ green 132 ◦ blue 152

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

Shades of Carissma #DB8498

Tints of Carissma #DB8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.24%

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 43.54%
G = 26.24%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB8498 (or 0xDB8498) is known color: Carissma. HEX triplet: DB, 84 and 98. RGB value is (219,132,152). Sum of RGB (Red+Green+Blue) = 219+132+152=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8498 is #247B67. Grayscale: #A0A0A0. Windows color (decimal): -2390888 or 9995483. OLE color: 9995483.

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

Color convert

RGB 219 132 152 -
CMYK 0 0.40 0.31 0.14
HSL 346.21º 0.55% 0.69% -
HSV(B) 346.21º 0.4% 0.86% -
XYZ 43.13 33.83 33.96 -
YUV 160.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 219 132 152 0 0.40 0.31 0.14 346.21 0.55 0.69
Hex DB 84 98 0 28 1F E 15A 37 45
Octal 333 204 230 0 50 37 16 532 67 105
Binary 11011011 10000100 10011000 0 101000 11111 1110 101011010 110111 1000101

Color Harmonies of #DB8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8498

Black with #DB8498

Text Example


Text Example

White with #DB8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8498; }

 p { color: rgb(219,132,152); }

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

background-color css

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

 a { background-color: rgb(219,132,152); }

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

border-color css

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

 span { border-color: rgb(219,132,152); }

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