Html Css Color HEX #DB99F1 Wisteria

📋 copy color: '#DB99F1'

red 219 ◦ green 153 ◦ blue 241

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

Shades of Wisteria #DB99F1

Tints of Wisteria #DB99F1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.96%

 BLUE value IS 241 (94.53% from 255) = 39.31%

R = 35.73%
G = 24.96%
B = 39.31%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB99F1 (or 0xDB99F1) is known color: Wisteria. HEX triplet: DB, 99 and F1. RGB value is (219,153,241). Sum of RGB (Red+Green+Blue) = 219+153+241=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99F1 is #24660E. Grayscale: #B6B6B6. Windows color (decimal): -2385423 or 15833563. OLE color: 15833563.

HSL color Cylindrical-coordinate representation of color #DB99F1: hue angle of 285º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB99F1 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 153 241 -
CMYK 0.09 0.37 0 0.05
HSL 285º 0.76% 0.77% -
HSV(B) 285º 0.37% 0.95% -
XYZ 56.48 44.19 88.77 -
YUV 182.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 219 153 241 0.09 0.37 0 0.05 285 0.76 0.77
Hex DB 99 F1 9 25 0 5 11D 4C 4D
Octal 333 231 361 11 45 0 5 435 114 115
Binary 11011011 10011001 11110001 1001 100101 0 101 100011101 1001100 1001101

Color Harmonies of #DB99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99F1

Black with #DB99F1

Text Example


Text Example

White with #DB99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99F1; }

 p { color: rgb(219,153,241); }

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

background-color css

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

 a { background-color: rgb(219,153,241); }

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

border-color css

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

 span { border-color: rgb(219,153,241); }

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