Html Css Color HEX #DB95B4 Kobi

📋 copy color: '#DB95B4'

red 219 ◦ green 149 ◦ blue 180

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

Shades of Kobi #DB95B4

Tints of Kobi #DB95B4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 39.96%
G = 27.19%
B = 32.85%

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

#DB95B4 (or 0xDB95B4) is known color: Kobi. HEX triplet: DB, 95 and B4. RGB value is (219,149,180). Sum of RGB (Red+Green+Blue) = 219+149+180=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95B4 is #246A4B. Grayscale: #ADADAD. Windows color (decimal): -2386508 or 11834843. OLE color: 11834843.

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

Color convert

RGB 219 149 180 -
CMYK 0 0.32 0.18 0.14
HSL 333.43º 0.49% 0.72% -
HSV(B) 333.43º 0.32% 0.86% -
XYZ 48.2 39.85 48.33 -
YUV 173.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 219 149 180 0 0.32 0.18 0.14 333.43 0.49 0.72
Hex DB 95 B4 0 20 12 E 14D 31 48
Octal 333 225 264 0 40 22 16 515 61 110
Binary 11011011 10010101 10110100 0 100000 10010 1110 101001101 110001 1001000

Color Harmonies of #DB95B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95B4

Black with #DB95B4

Text Example


Text Example

White with #DB95B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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