Html Css Color HEX #DB84B2 Kobi

📋 copy color: '#DB84B2'

red 219 ◦ green 132 ◦ blue 178

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

Shades of Kobi #DB84B2

Tints of Kobi #DB84B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 41.4%
G = 24.95%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB84B2 (or 0xDB84B2) is known color: Kobi. HEX triplet: DB, 84 and B2. RGB value is (219,132,178). Sum of RGB (Red+Green+Blue) = 219+132+178=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84B2 is #247B4D. Grayscale: #A3A3A3. Windows color (decimal): -2390862 or 11699419. OLE color: 11699419.

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

Color convert

RGB 219 132 178 -
CMYK 0 0.40 0.19 0.14
HSL 328.28º 0.55% 0.69% -
HSV(B) 328.28º 0.4% 0.86% -
XYZ 45.5 34.78 46.43 -
YUV 163.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 219 132 178 0 0.40 0.19 0.14 328.28 0.55 0.69
Hex DB 84 B2 0 28 13 E 148 37 45
Octal 333 204 262 0 50 23 16 510 67 105
Binary 11011011 10000100 10110010 0 101000 10011 1110 101001000 110111 1000101

Color Harmonies of #DB84B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84B2

Black with #DB84B2

Text Example


Text Example

White with #DB84B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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