Html Css Color HEX #D48EEA Wisteria

📋 copy color: '#D48EEA'

red 212 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #D48EEA

Tints of Wisteria #D48EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 36.05%
G = 24.15%
B = 39.8%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D48EEA (or 0xD48EEA) is known color: Wisteria. HEX triplet: D4, 8E and EA. RGB value is (212,142,234). Sum of RGB (Red+Green+Blue) = 212+142+234=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #D48EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EEA is #2B7115. Grayscale: #ADADAD. Windows color (decimal): -2846998 or 15371988. OLE color: 15371988.

HSL color Cylindrical-coordinate representation of color #D48EEA: hue angle of 285.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48EEA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 142 234 -
CMYK 0.09 0.39 0 0.08
HSL 285.65º 0.69% 0.74% -
HSV(B) 285.65º 0.39% 0.92% -
XYZ 51.68 39.28 82.7 -
YUV 173.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 212 142 234 0.09 0.39 0 0.08 285.65 0.69 0.74
Hex D4 8E EA 9 27 0 8 11E 45 4A
Octal 324 216 352 11 47 0 10 436 105 112
Binary 11010100 10001110 11101010 1001 100111 0 1000 100011110 1000101 1001010

Color Harmonies of #D48EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EEA

Black with #D48EEA

Text Example


Text Example

White with #D48EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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