Html Css Color HEX #D39BE5 Wisteria

📋 copy color: '#D39BE5'

red 211 ◦ green 155 ◦ blue 229

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

Shades of Wisteria #D39BE5

Tints of Wisteria #D39BE5

RGB

 RED value IS 211 (82.81% from 255) = 35.46%

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 35.46%
G = 26.05%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D39BE5 (or 0xD39BE5) is known color: Wisteria. HEX triplet: D3, 9B and E5. RGB value is (211,155,229). Sum of RGB (Red+Green+Blue) = 211+155+229=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D39BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BE5 is #2C641A. Grayscale: #B3B3B3. Windows color (decimal): -2909211 or 15047635. OLE color: 15047635.

HSL color Cylindrical-coordinate representation of color #D39BE5: hue angle of 285.41º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D39BE5 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 155 229 -
CMYK 0.08 0.32 0 0.10
HSL 285.41º 0.59% 0.75% -
HSV(B) 285.41º 0.32% 0.9% -
XYZ 52.73 42.95 79.64 -
YUV 180.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 211 155 229 0.08 0.32 0 0.10 285.41 0.59 0.75
Hex D3 9B E5 8 20 0 A 11D 3B 4B
Octal 323 233 345 10 40 0 12 435 73 113
Binary 11010011 10011011 11100101 1000 100000 0 1010 100011101 111011 1001011

Color Harmonies of #D39BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39BE5

Black with #D39BE5

Text Example


Text Example

White with #D39BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39BE5; }

 p { color: rgb(211,155,229); }

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

background-color css

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

 a { background-color: rgb(211,155,229); }

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

border-color css

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

 span { border-color: rgb(211,155,229); }

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