Html Css Color HEX #DB83B4 Kobi

📋 copy color: '#DB83B4'

red 219 ◦ green 131 ◦ blue 180

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

Shades of Kobi #DB83B4

Tints of Kobi #DB83B4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.72%

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

R = 41.32%
G = 24.72%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB83B4 (or 0xDB83B4) is known color: Kobi. HEX triplet: DB, 83 and B4. RGB value is (219,131,180). Sum of RGB (Red+Green+Blue) = 219+131+180=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83B4 is #247C4B. Grayscale: #A2A2A2. Windows color (decimal): -2391116 or 11830235. OLE color: 11830235.

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

Color convert

RGB 219 131 180 -
CMYK 0 0.40 0.18 0.14
HSL 326.59º 0.55% 0.69% -
HSV(B) 326.59º 0.4% 0.86% -
XYZ 45.57 34.59 47.45 -
YUV 162.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 219 131 180 0 0.40 0.18 0.14 326.59 0.55 0.69
Hex DB 83 B4 0 28 12 E 147 37 45
Octal 333 203 264 0 50 22 16 507 67 105
Binary 11011011 10000011 10110100 0 101000 10010 1110 101000111 110111 1000101

Color Harmonies of #DB83B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83B4

Black with #DB83B4

Text Example


Text Example

White with #DB83B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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