Html Css Color HEX #DB809B Carissma

📋 copy color: '#DB809B'

red 219 ◦ green 128 ◦ blue 155

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

Shades of Carissma #DB809B

Tints of Carissma #DB809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.88%

R = 43.63%
G = 25.5%
B = 30.88%

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

#DB809B (or 0xDB809B) is known color: Carissma. HEX triplet: DB, 80 and 9B. RGB value is (219,128,155). Sum of RGB (Red+Green+Blue) = 219+128+155=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB809B is #247F64. Grayscale: #9E9E9E. Windows color (decimal): -2391909 or 10191067. OLE color: 10191067.

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

Color convert

RGB 219 128 155 -
CMYK 0 0.42 0.29 0.14
HSL 342.2º 0.56% 0.68% -
HSV(B) 342.2º 0.42% 0.86% -
XYZ 42.85 32.86 35.1 -
YUV 158.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 219 128 155 0 0.42 0.29 0.14 342.2 0.56 0.68
Hex DB 80 9B 0 2A 1D E 156 38 44
Octal 333 200 233 0 52 35 16 526 70 104
Binary 11011011 10000000 10011011 0 101010 11101 1110 101010110 111000 1000100

Color Harmonies of #DB809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB809B

Black with #DB809B

Text Example


Text Example

White with #DB809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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