Html Css Color HEX #D38FE1 Wisteria

📋 copy color: '#D38FE1'

red 211 ◦ green 143 ◦ blue 225

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

Shades of Wisteria #D38FE1

Tints of Wisteria #D38FE1

RGB

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

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

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

R = 36.44%
G = 24.7%
B = 38.86%

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

#D38FE1 (or 0xD38FE1) is known color: Wisteria. HEX triplet: D3, 8F and E1. RGB value is (211,143,225). Sum of RGB (Red+Green+Blue) = 211+143+225=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #D38FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FE1 is #2C701E. Grayscale: #ACACAC. Windows color (decimal): -2912287 or 14782419. OLE color: 14782419.

HSL color Cylindrical-coordinate representation of color #D38FE1: hue angle of 289.76º degrees, saturation: 0.58, 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 #D38FE1 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 143 225 -
CMYK 0.06 0.36 0 0.12
HSL 289.76º 0.58% 0.72% -
HSV(B) 289.76º 0.36% 0.88% -
XYZ 50.28 38.93 76.1 -
YUV 172.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 211 143 225 0.06 0.36 0 0.12 289.76 0.58 0.72
Hex D3 8F E1 6 24 0 C 122 3A 48
Octal 323 217 341 6 44 0 14 442 72 110
Binary 11010011 10001111 11100001 110 100100 0 1100 100100010 111010 1001000

Color Harmonies of #D38FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FE1

Black with #D38FE1

Text Example


Text Example

White with #D38FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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