Html Css Color HEX #DB8994 Carissma

📋 copy color: '#DB8994'

red 219 ◦ green 137 ◦ blue 148

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

Shades of Carissma #DB8994

Tints of Carissma #DB8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 43.45%
G = 27.18%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8994 (or 0xDB8994) is known color: Carissma. HEX triplet: DB, 89 and 94. RGB value is (219,137,148). Sum of RGB (Red+Green+Blue) = 219+137+148=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8994 is #24766B. Grayscale: #A2A2A2. Windows color (decimal): -2389612 or 9734619. OLE color: 9734619.

HSL color Cylindrical-coordinate representation of color #DB8994: hue angle of 351.95º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8994 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 137 148 -
CMYK 0 0.37 0.32 0.14
HSL 351.95º 0.53% 0.7% -
HSV(B) 351.95º 0.37% 0.86% -
XYZ 43.5 35.09 32.5 -
YUV 162.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 219 137 148 0 0.37 0.32 0.14 351.95 0.53 0.7
Hex DB 89 94 0 25 20 E 160 35 46
Octal 333 211 224 0 45 40 16 540 65 106
Binary 11011011 10001001 10010100 0 100101 100000 1110 101100000 110101 1000110

Color Harmonies of #DB8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8994

Black with #DB8994

Text Example


Text Example

White with #DB8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8994; }

 p { color: rgb(219,137,148); }

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

background-color css

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

 a { background-color: rgb(219,137,148); }

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

border-color css

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

 span { border-color: rgb(219,137,148); }

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