Html Css Color HEX #DB94B4 Kobi

📋 copy color: '#DB94B4'

red 219 ◦ green 148 ◦ blue 180

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

Shades of Kobi #DB94B4

Tints of Kobi #DB94B4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

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

R = 40.04%
G = 27.06%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB94B4 (or 0xDB94B4) is known color: Kobi. HEX triplet: DB, 94 and B4. RGB value is (219,148,180). Sum of RGB (Red+Green+Blue) = 219+148+180=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94B4 is #246B4B. Grayscale: #ACACAC. Windows color (decimal): -2386764 or 11834587. OLE color: 11834587.

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

Color convert

RGB 219 148 180 -
CMYK 0 0.32 0.18 0.14
HSL 332.96º 0.5% 0.72% -
HSV(B) 332.96º 0.32% 0.86% -
XYZ 48.04 39.54 48.28 -
YUV 172.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 219 148 180 0 0.32 0.18 0.14 332.96 0.5 0.72
Hex DB 94 B4 0 20 12 E 14D 32 48
Octal 333 224 264 0 40 22 16 515 62 110
Binary 11011011 10010100 10110100 0 100000 10010 1110 101001101 110010 1001000

Color Harmonies of #DB94B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94B4

Black with #DB94B4

Text Example


Text Example

White with #DB94B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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