Html Css Color HEX #DB8DB2 Kobi

📋 copy color: '#DB8DB2'

red 219 ◦ green 141 ◦ blue 178

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

Shades of Kobi #DB8DB2

Tints of Kobi #DB8DB2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

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

R = 40.71%
G = 26.21%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB8DB2 (or 0xDB8DB2) is known color: Kobi. HEX triplet: DB, 8D and B2. RGB value is (219,141,178). Sum of RGB (Red+Green+Blue) = 219+141+178=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DB2 is #24724D. Grayscale: #A8A8A8. Windows color (decimal): -2388558 or 11701723. OLE color: 11701723.

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

Color convert

RGB 219 141 178 -
CMYK 0 0.36 0.19 0.14
HSL 331.54º 0.52% 0.71% -
HSV(B) 331.54º 0.36% 0.86% -
XYZ 46.77 37.32 46.86 -
YUV 168.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 219 141 178 0 0.36 0.19 0.14 331.54 0.52 0.71
Hex DB 8D B2 0 24 13 E 14C 34 47
Octal 333 215 262 0 44 23 16 514 64 107
Binary 11011011 10001101 10110010 0 100100 10011 1110 101001100 110100 1000111

Color Harmonies of #DB8DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DB2

Black with #DB8DB2

Text Example


Text Example

White with #DB8DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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