Html Css Color HEX #DB87B3 Kobi

📋 copy color: '#DB87B3'

red 219 ◦ green 135 ◦ blue 179

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

Shades of Kobi #DB87B3

Tints of Kobi #DB87B3

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.33%

 BLUE value IS 179 (70.31% from 255) = 33.58%

R = 41.09%
G = 25.33%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB87B3 (or 0xDB87B3) is known color: Kobi. HEX triplet: DB, 87 and B3. RGB value is (219,135,179). Sum of RGB (Red+Green+Blue) = 219+135+179=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87B3 is #24784C. Grayscale: #A5A5A5. Windows color (decimal): -2390093 or 11765723. OLE color: 11765723.

HSL color Cylindrical-coordinate representation of color #DB87B3: hue angle of 328.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87B3 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 179 -
CMYK 0 0.38 0.18 0.14
HSL 328.57º 0.54% 0.69% -
HSV(B) 328.57º 0.38% 0.86% -
XYZ 46.01 35.64 47.1 -
YUV 165.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 219 135 179 0 0.38 0.18 0.14 328.57 0.54 0.69
Hex DB 87 B3 0 26 12 E 149 36 45
Octal 333 207 263 0 46 22 16 511 66 105
Binary 11011011 10000111 10110011 0 100110 10010 1110 101001001 110110 1000101

Color Harmonies of #DB87B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87B3

Black with #DB87B3

Text Example


Text Example

White with #DB87B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB87B3; }

 p { color: rgb(219,135,179); }

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

background-color css

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

 a { background-color: rgb(219,135,179); }

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

border-color css

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

 span { border-color: rgb(219,135,179); }

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