Html Css Color HEX #D48BED Wisteria

📋 copy color: '#D48BED'

red 212 ◦ green 139 ◦ blue 237

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

Shades of Wisteria #D48BED

Tints of Wisteria #D48BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.64%

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 36.05%
G = 23.64%
B = 40.31%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48BED (or 0xD48BED) is known color: Wisteria. HEX triplet: D4, 8B and ED. RGB value is (212,139,237). Sum of RGB (Red+Green+Blue) = 212+139+237=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BED is #2B7412. Grayscale: #ABABAB. Windows color (decimal): -2847763 or 15567828. OLE color: 15567828.

HSL color Cylindrical-coordinate representation of color #D48BED: hue angle of 284.69º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48BED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 139 237 -
CMYK 0.11 0.41 0 0.07
HSL 284.69º 0.73% 0.74% -
HSV(B) 284.69º 0.41% 0.93% -
XYZ 51.67 38.58 84.84 -
YUV 172 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 212 139 237 0.11 0.41 0 0.07 284.69 0.73 0.74
Hex D4 8B ED B 29 0 7 11D 49 4A
Octal 324 213 355 13 51 0 7 435 111 112
Binary 11010100 10001011 11101101 1011 101001 0 111 100011101 1001001 1001010

Color Harmonies of #D48BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BED

Black with #D48BED

Text Example


Text Example

White with #D48BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BED; }

 p { color: rgb(212,139,237); }

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

background-color css

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

 a { background-color: rgb(212,139,237); }

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

border-color css

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

 span { border-color: rgb(212,139,237); }

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