Html Css Color HEX #DB81B2 Kobi

📋 copy color: '#DB81B2'

red 219 ◦ green 129 ◦ blue 178

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

Shades of Kobi #DB81B2

Tints of Kobi #DB81B2

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.52%

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

R = 41.63%
G = 24.52%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB81B2 (or 0xDB81B2) is known color: Kobi. HEX triplet: DB, 81 and B2. RGB value is (219,129,178). Sum of RGB (Red+Green+Blue) = 219+129+178=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB81B2 is #247E4D. Grayscale: #A1A1A1. Windows color (decimal): -2391630 or 11698651. OLE color: 11698651.

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

Color convert

RGB 219 129 178 -
CMYK 0 0.41 0.19 0.14
HSL 327.33º 0.56% 0.68% -
HSV(B) 327.33º 0.41% 0.86% -
XYZ 45.1 33.97 46.3 -
YUV 161.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 219 129 178 0 0.41 0.19 0.14 327.33 0.56 0.68
Hex DB 81 B2 0 29 13 E 147 38 44
Octal 333 201 262 0 51 23 16 507 70 104
Binary 11011011 10000001 10110010 0 101001 10011 1110 101000111 111000 1000100

Color Harmonies of #DB81B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81B2

Black with #DB81B2

Text Example


Text Example

White with #DB81B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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