Html Css Color HEX #DB98F1 Wisteria

📋 copy color: '#DB98F1'

red 219 ◦ green 152 ◦ blue 241

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

Shades of Wisteria #DB98F1

Tints of Wisteria #DB98F1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.84%

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

R = 35.78%
G = 24.84%
B = 39.38%

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

#DB98F1 (or 0xDB98F1) is known color: Wisteria. HEX triplet: DB, 98 and F1. RGB value is (219,152,241). Sum of RGB (Red+Green+Blue) = 219+152+241=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F1 is #24670E. Grayscale: #B5B5B5. Windows color (decimal): -2385679 or 15833307. OLE color: 15833307.

HSL color Cylindrical-coordinate representation of color #DB98F1: hue angle of 285.17º 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 #DB98F1 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 152 241 -
CMYK 0.09 0.37 0 0.05
HSL 285.17º 0.76% 0.77% -
HSV(B) 285.17º 0.37% 0.95% -
XYZ 56.32 43.87 88.72 -
YUV 182.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 219 152 241 0.09 0.37 0 0.05 285.17 0.76 0.77
Hex DB 98 F1 9 25 0 5 11D 4C 4D
Octal 333 230 361 11 45 0 5 435 114 115
Binary 11011011 10011000 11110001 1001 100101 0 101 100011101 1001100 1001101

Color Harmonies of #DB98F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98F1

Black with #DB98F1

Text Example


Text Example

White with #DB98F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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