Html Css Color HEX #DB8DB4 Kobi

📋 copy color: '#DB8DB4'

red 219 ◦ green 141 ◦ blue 180

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

Shades of Kobi #DB8DB4

Tints of Kobi #DB8DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.33%

R = 40.56%
G = 26.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB8DB4 (or 0xDB8DB4) is known color: Kobi. HEX triplet: DB, 8D and B4. RGB value is (219,141,180). Sum of RGB (Red+Green+Blue) = 219+141+180=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DB4 is #24724B. Grayscale: #A8A8A8. Windows color (decimal): -2388556 or 11832795. OLE color: 11832795.

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

Color convert

RGB 219 141 180 -
CMYK 0 0.36 0.18 0.14
HSL 330º 0.52% 0.71% -
HSV(B) 330º 0.36% 0.86% -
XYZ 46.98 37.41 47.92 -
YUV 168.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 219 141 180 0 0.36 0.18 0.14 330 0.52 0.71
Hex DB 8D B4 0 24 12 E 14A 34 47
Octal 333 215 264 0 44 22 16 512 64 107
Binary 11011011 10001101 10110100 0 100100 10010 1110 101001010 110100 1000111

Color Harmonies of #DB8DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DB4

Black with #DB8DB4

Text Example


Text Example

White with #DB8DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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