Html Css Color HEX #D48EEB Wisteria

📋 copy color: '#D48EEB'

red 212 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #D48EEB

Tints of Wisteria #D48EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.11%

 BLUE value IS 235 (92.19% from 255) = 39.9%

R = 35.99%
G = 24.11%
B = 39.9%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D48EEB (or 0xD48EEB) is known color: Wisteria. HEX triplet: D4, 8E and EB. RGB value is (212,142,235). Sum of RGB (Red+Green+Blue) = 212+142+235=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #D48EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EEB is #2B7114. Grayscale: #ADADAD. Windows color (decimal): -2846997 or 15437524. OLE color: 15437524.

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

Color convert

RGB 212 142 235 -
CMYK 0.10 0.40 0 0.08
HSL 285.16º 0.7% 0.74% -
HSV(B) 285.16º 0.4% 0.92% -
XYZ 51.82 39.34 83.46 -
YUV 173.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 212 142 235 0.10 0.40 0 0.08 285.16 0.7 0.74
Hex D4 8E EB A 28 0 8 11D 46 4A
Octal 324 216 353 12 50 0 10 435 106 112
Binary 11010100 10001110 11101011 1010 101000 0 1000 100011101 1000110 1001010

Color Harmonies of #D48EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EEB

Black with #D48EEB

Text Example


Text Example

White with #D48EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EEB; }

 p { color: rgb(212,142,235); }

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

background-color css

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

 a { background-color: rgb(212,142,235); }

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

border-color css

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

 span { border-color: rgb(212,142,235); }

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