Html Css Color HEX #DB90B1 Kobi

📋 copy color: '#DB90B1'

red 219 ◦ green 144 ◦ blue 177

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

Shades of Kobi #DB90B1

Tints of Kobi #DB90B1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.67%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 40.56%
G = 26.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB90B1 (or 0xDB90B1) is known color: Kobi. HEX triplet: DB, 90 and B1. RGB value is (219,144,177). Sum of RGB (Red+Green+Blue) = 219+144+177=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90B1 is #246F4E. Grayscale: #AAAAAA. Windows color (decimal): -2387791 or 11636955. OLE color: 11636955.

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

Color convert

RGB 219 144 177 -
CMYK 0 0.34 0.19 0.14
HSL 333.6º 0.51% 0.71% -
HSV(B) 333.6º 0.34% 0.86% -
XYZ 47.12 38.18 46.48 -
YUV 170.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 219 144 177 0 0.34 0.19 0.14 333.6 0.51 0.71
Hex DB 90 B1 0 22 13 E 14E 33 47
Octal 333 220 261 0 42 23 16 516 63 107
Binary 11011011 10010000 10110001 0 100010 10011 1110 101001110 110011 1000111

Color Harmonies of #DB90B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB90B1

Black with #DB90B1

Text Example


Text Example

White with #DB90B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB90B1; }

 p { color: rgb(219,144,177); }

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

background-color css

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

 a { background-color: rgb(219,144,177); }

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

border-color css

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

 span { border-color: rgb(219,144,177); }

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