Html Css Color HEX #DB90B4 Kobi

📋 copy color: '#DB90B4'

red 219 ◦ green 144 ◦ blue 180

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

Shades of Kobi #DB90B4

Tints of Kobi #DB90B4

RGB

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

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

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

R = 40.33%
G = 26.52%
B = 33.15%

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

#DB90B4 (or 0xDB90B4) is known color: Kobi. HEX triplet: DB, 90 and B4. RGB value is (219,144,180). Sum of RGB (Red+Green+Blue) = 219+144+180=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90B4 is #246F4B. Grayscale: #AAAAAA. Windows color (decimal): -2387788 or 11833563. OLE color: 11833563.

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

Color convert

RGB 219 144 180 -
CMYK 0 0.34 0.18 0.14
HSL 331.2º 0.51% 0.71% -
HSV(B) 331.2º 0.34% 0.86% -
XYZ 47.42 38.3 48.07 -
YUV 170.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 219 144 180 0 0.34 0.18 0.14 331.2 0.51 0.71
Hex DB 90 B4 0 22 12 E 14B 33 47
Octal 333 220 264 0 42 22 16 513 63 107
Binary 11011011 10010000 10110100 0 100010 10010 1110 101001011 110011 1000111

Color Harmonies of #DB90B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB90B4

Black with #DB90B4

Text Example


Text Example

White with #DB90B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB90B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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