Html Css Color HEX #D49BE8 Wisteria

📋 copy color: '#D49BE8'

red 212 ◦ green 155 ◦ blue 232

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

Shades of Wisteria #D49BE8

Tints of Wisteria #D49BE8

RGB

 RED value IS 212 (83.2% from 255) = 35.39%

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

 BLUE value IS 232 (91.02% from 255) = 38.73%

R = 35.39%
G = 25.88%
B = 38.73%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D49BE8 (or 0xD49BE8) is known color: Wisteria. HEX triplet: D4, 9B and E8. RGB value is (212,155,232). Sum of RGB (Red+Green+Blue) = 212+155+232=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #D49BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BE8 is #2B6417. Grayscale: #B4B4B4. Windows color (decimal): -2843672 or 15244244. OLE color: 15244244.

HSL color Cylindrical-coordinate representation of color #D49BE8: hue angle of 284.42º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49BE8 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 155 232 -
CMYK 0.09 0.33 0 0.09
HSL 284.42º 0.63% 0.76% -
HSV(B) 284.42º 0.33% 0.91% -
XYZ 53.44 43.27 81.88 -
YUV 180.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 212 155 232 0.09 0.33 0 0.09 284.42 0.63 0.76
Hex D4 9B E8 9 21 0 9 11C 3F 4C
Octal 324 233 350 11 41 0 11 434 77 114
Binary 11010100 10011011 11101000 1001 100001 0 1001 100011100 111111 1001100

Color Harmonies of #D49BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BE8

Black with #D49BE8

Text Example


Text Example

White with #D49BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BE8; }

 p { color: rgb(212,155,232); }

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

background-color css

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

 a { background-color: rgb(212,155,232); }

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

border-color css

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

 span { border-color: rgb(212,155,232); }

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