Html Css Color HEX #D48DEC Wisteria

📋 copy color: '#D48DEC'

red 212 ◦ green 141 ◦ blue 236

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

Shades of Wisteria #D48DEC

Tints of Wisteria #D48DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

 BLUE value IS 236 (92.58% from 255) = 40.07%

R = 35.99%
G = 23.94%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48DEC (or 0xD48DEC) is known color: Wisteria. HEX triplet: D4, 8D and EC. RGB value is (212,141,236). Sum of RGB (Red+Green+Blue) = 212+141+236=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DEC is #2B7213. Grayscale: #ACACAC. Windows color (decimal): -2847252 or 15502804. OLE color: 15502804.

HSL color Cylindrical-coordinate representation of color #D48DEC: hue angle of 284.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48DEC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 141 236 -
CMYK 0.10 0.40 0 0.07
HSL 284.84º 0.71% 0.74% -
HSV(B) 284.84º 0.4% 0.93% -
XYZ 51.82 39.1 84.17 -
YUV 173.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 212 141 236 0.10 0.40 0 0.07 284.84 0.71 0.74
Hex D4 8D EC A 28 0 7 11D 47 4A
Octal 324 215 354 12 50 0 7 435 107 112
Binary 11010100 10001101 11101100 1010 101000 0 111 100011101 1000111 1001010

Color Harmonies of #D48DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DEC

Black with #D48DEC

Text Example


Text Example

White with #D48DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DEC; }

 p { color: rgb(212,141,236); }

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

background-color css

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

 a { background-color: rgb(212,141,236); }

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

border-color css

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

 span { border-color: rgb(212,141,236); }

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