Html Css Color HEX #DB94B2 Kobi

📋 copy color: '#DB94B2'

red 219 ◦ green 148 ◦ blue 178

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

Shades of Kobi #DB94B2

Tints of Kobi #DB94B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 40.18%
G = 27.16%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB94B2 (or 0xDB94B2) is known color: Kobi. HEX triplet: DB, 94 and B2. RGB value is (219,148,178). Sum of RGB (Red+Green+Blue) = 219+148+178=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94B2 is #246B4D. Grayscale: #ACACAC. Windows color (decimal): -2386766 or 11703515. OLE color: 11703515.

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

Color convert

RGB 219 148 178 -
CMYK 0 0.32 0.19 0.14
HSL 334.65º 0.5% 0.72% -
HSV(B) 334.65º 0.32% 0.86% -
XYZ 47.84 39.45 47.21 -
YUV 172.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 219 148 178 0 0.32 0.19 0.14 334.65 0.5 0.72
Hex DB 94 B2 0 20 13 E 14F 32 48
Octal 333 224 262 0 40 23 16 517 62 110
Binary 11011011 10010100 10110010 0 100000 10011 1110 101001111 110010 1001000

Color Harmonies of #DB94B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94B2

Black with #DB94B2

Text Example


Text Example

White with #DB94B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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