Html Css Color HEX #D38FE0 Wisteria

📋 copy color: '#D38FE0'

red 211 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #D38FE0

Tints of Wisteria #D38FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.74%

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 36.51%
G = 24.74%
B = 38.75%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D38FE0 (or 0xD38FE0) is known color: Wisteria. HEX triplet: D3, 8F and E0. RGB value is (211,143,224). Sum of RGB (Red+Green+Blue) = 211+143+224=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #D38FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FE0 is #2C701F. Grayscale: #ACACAC. Windows color (decimal): -2912288 or 14716883. OLE color: 14716883.

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

Color convert

RGB 211 143 224 -
CMYK 0.06 0.36 0 0.12
HSL 290.37º 0.57% 0.72% -
HSV(B) 290.37º 0.36% 0.88% -
XYZ 50.14 38.88 75.38 -
YUV 172.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 211 143 224 0.06 0.36 0 0.12 290.37 0.57 0.72
Hex D3 8F E0 6 24 0 C 122 39 48
Octal 323 217 340 6 44 0 14 442 71 110
Binary 11010011 10001111 11100000 110 100100 0 1100 100100010 111001 1001000

Color Harmonies of #D38FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FE0

Black with #D38FE0

Text Example


Text Example

White with #D38FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FE0; }

 p { color: rgb(211,143,224); }

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

background-color css

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

 a { background-color: rgb(211,143,224); }

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

border-color css

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

 span { border-color: rgb(211,143,224); }

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