Html Css Color HEX #DB90B3 Kobi

📋 copy color: '#DB90B3'

red 219 ◦ green 144 ◦ blue 179

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

Shades of Kobi #DB90B3

Tints of Kobi #DB90B3

RGB

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

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

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

R = 40.41%
G = 26.57%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB90B3 (or 0xDB90B3) is known color: Kobi. HEX triplet: DB, 90 and B3. RGB value is (219,144,179). Sum of RGB (Red+Green+Blue) = 219+144+179=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90B3 is #246F4C. Grayscale: #AAAAAA. Windows color (decimal): -2387789 or 11768027. OLE color: 11768027.

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

Color convert

RGB 219 144 179 -
CMYK 0 0.34 0.18 0.14
HSL 332º 0.51% 0.71% -
HSV(B) 332º 0.34% 0.86% -
XYZ 47.32 38.26 47.54 -
YUV 170.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 219 144 179 0 0.34 0.18 0.14 332 0.51 0.71
Hex DB 90 B3 0 22 12 E 14C 33 47
Octal 333 220 263 0 42 22 16 514 63 107
Binary 11011011 10010000 10110011 0 100010 10010 1110 101001100 110011 1000111

Color Harmonies of #DB90B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB90B3

Black with #DB90B3

Text Example


Text Example

White with #DB90B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB90B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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