Html Css Color HEX #D09BF4 Wisteria

📋 copy color: '#D09BF4'

red 208 ◦ green 155 ◦ blue 244

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

Shades of Wisteria #D09BF4

Tints of Wisteria #D09BF4

RGB

 RED value IS 208 (81.64% from 255) = 34.27%

 GREEN value IS 155 (60.94% from 255) = 25.54%

 BLUE value IS 244 (95.7% from 255) = 40.2%

R = 34.27%
G = 25.54%
B = 40.2%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D09BF4 (or 0xD09BF4) is known color: Wisteria. HEX triplet: D0, 9B and F4. RGB value is (208,155,244). Sum of RGB (Red+Green+Blue) = 208+155+244=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #D09BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BF4 is #2F640B. Grayscale: #B4B4B4. Windows color (decimal): -3105804 or 16030672. OLE color: 16030672.

HSL color Cylindrical-coordinate representation of color #D09BF4: hue angle of 275.73º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09BF4 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 155 244 -
CMYK 0.15 0.36 0 0.04
HSL 275.73º 0.8% 0.78% -
HSV(B) 275.73º 0.36% 0.96% -
XYZ 54.06 43.38 91.11 -
YUV 180.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 208 155 244 0.15 0.36 0 0.04 275.73 0.8 0.78
Hex D0 9B F4 F 24 0 4 114 50 4E
Octal 320 233 364 17 44 0 4 424 120 116
Binary 11010000 10011011 11110100 1111 100100 0 100 100010100 1010000 1001110

Color Harmonies of #D09BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BF4

Black with #D09BF4

Text Example


Text Example

White with #D09BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BF4; }

 p { color: rgb(208,155,244); }

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

background-color css

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

 a { background-color: rgb(208,155,244); }

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

border-color css

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

 span { border-color: rgb(208,155,244); }

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