Html Css Color HEX #DB809C Carissma

📋 copy color: '#DB809C'

red 219 ◦ green 128 ◦ blue 156

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

Shades of Carissma #DB809C

Tints of Carissma #DB809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 43.54%
G = 25.45%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB809C (or 0xDB809C) is known color: Carissma. HEX triplet: DB, 80 and 9C. RGB value is (219,128,156). Sum of RGB (Red+Green+Blue) = 219+128+156=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB809C is #247F63. Grayscale: #9E9E9E. Windows color (decimal): -2391908 or 10256603. OLE color: 10256603.

HSL color Cylindrical-coordinate representation of color #DB809C: hue angle of 341.54º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB809C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 156 -
CMYK 0 0.42 0.29 0.14
HSL 341.54º 0.56% 0.68% -
HSV(B) 341.54º 0.42% 0.86% -
XYZ 42.93 32.9 35.54 -
YUV 158.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 219 128 156 0 0.42 0.29 0.14 341.54 0.56 0.68
Hex DB 80 9C 0 2A 1D E 156 38 44
Octal 333 200 234 0 52 35 16 526 70 104
Binary 11011011 10000000 10011100 0 101010 11101 1110 101010110 111000 1000100

Color Harmonies of #DB809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB809C

Black with #DB809C

Text Example


Text Example

White with #DB809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB809C; }

 p { color: rgb(219,128,156); }

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

background-color css

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

 a { background-color: rgb(219,128,156); }

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

border-color css

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

 span { border-color: rgb(219,128,156); }

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