Html Css Color HEX #D895EC Wisteria

📋 copy color: '#D895EC'

red 216 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #D895EC

Tints of Wisteria #D895EC

RGB

 RED value IS 216 (84.77% from 255) = 35.94%

 GREEN value IS 149 (58.59% from 255) = 24.79%

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

R = 35.94%
G = 24.79%
B = 39.27%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D895EC (or 0xD895EC) is known color: Wisteria. HEX triplet: D8, 95 and EC. RGB value is (216,149,236). Sum of RGB (Red+Green+Blue) = 216+149+236=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #D895EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895EC is #276A13. Grayscale: #B2B2B2. Windows color (decimal): -2583060 or 15504856. OLE color: 15504856.

HSL color Cylindrical-coordinate representation of color #D895EC: hue angle of 286.21º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D895EC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 149 236 -
CMYK 0.08 0.37 0 0.07
HSL 286.21º 0.7% 0.75% -
HSV(B) 286.21º 0.37% 0.93% -
XYZ 54.21 42.15 84.64 -
YUV 178.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 216 149 236 0.08 0.37 0 0.07 286.21 0.7 0.75
Hex D8 95 EC 8 25 0 7 11E 46 4B
Octal 330 225 354 10 45 0 7 436 106 113
Binary 11011000 10010101 11101100 1000 100101 0 111 100011110 1000110 1001011

Color Harmonies of #D895EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895EC

Black with #D895EC

Text Example


Text Example

White with #D895EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895EC; }

 p { color: rgb(216,149,236); }

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

background-color css

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

 a { background-color: rgb(216,149,236); }

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

border-color css

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

 span { border-color: rgb(216,149,236); }

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