Html Css Color HEX #D38BE1 Wisteria

📋 copy color: '#D38BE1'

red 211 ◦ green 139 ◦ blue 225

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

Shades of Wisteria #D38BE1

Tints of Wisteria #D38BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.17%

 BLUE value IS 225 (88.28% from 255) = 39.13%

R = 36.7%
G = 24.17%
B = 39.13%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D38BE1 (or 0xD38BE1) is known color: Wisteria. HEX triplet: D3, 8B and E1. RGB value is (211,139,225). Sum of RGB (Red+Green+Blue) = 211+139+225=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #D38BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BE1 is #2C741E. Grayscale: #AAAAAA. Windows color (decimal): -2913311 or 14781395. OLE color: 14781395.

HSL color Cylindrical-coordinate representation of color #D38BE1: hue angle of 290.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38BE1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 139 225 -
CMYK 0.06 0.38 0 0.12
HSL 290.23º 0.59% 0.71% -
HSV(B) 290.23º 0.38% 0.88% -
XYZ 49.69 37.75 75.9 -
YUV 170.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 211 139 225 0.06 0.38 0 0.12 290.23 0.59 0.71
Hex D3 8B E1 6 26 0 C 122 3B 47
Octal 323 213 341 6 46 0 14 442 73 107
Binary 11010011 10001011 11100001 110 100110 0 1100 100100010 111011 1000111

Color Harmonies of #D38BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BE1

Black with #D38BE1

Text Example


Text Example

White with #D38BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BE1; }

 p { color: rgb(211,139,225); }

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

background-color css

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

 a { background-color: rgb(211,139,225); }

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

border-color css

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

 span { border-color: rgb(211,139,225); }

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