Html Css Color HEX #DB9AF1 Wisteria

📋 copy color: '#DB9AF1'

red 219 ◦ green 154 ◦ blue 241

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

Shades of Wisteria #DB9AF1

Tints of Wisteria #DB9AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.08%

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

R = 35.67%
G = 25.08%
B = 39.25%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB9AF1 (or 0xDB9AF1) is known color: Wisteria. HEX triplet: DB, 9A and F1. RGB value is (219,154,241). Sum of RGB (Red+Green+Blue) = 219+154+241=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AF1 is #24650E. Grayscale: #B7B7B7. Windows color (decimal): -2385167 or 15833819. OLE color: 15833819.

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

Color convert

RGB 219 154 241 -
CMYK 0.09 0.36 0 0.05
HSL 284.83º 0.76% 0.77% -
HSV(B) 284.83º 0.36% 0.95% -
XYZ 56.65 44.52 88.83 -
YUV 183.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 219 154 241 0.09 0.36 0 0.05 284.83 0.76 0.77
Hex DB 9A F1 9 24 0 5 11D 4C 4D
Octal 333 232 361 11 44 0 5 435 114 115
Binary 11011011 10011010 11110001 1001 100100 0 101 100011101 1001100 1001101

Color Harmonies of #DB9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9AF1

Black with #DB9AF1

Text Example


Text Example

White with #DB9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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