Html Css Color HEX #D88DEE Wisteria

📋 copy color: '#D88DEE'

red 216 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #D88DEE

Tints of Wisteria #D88DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 36.3%
G = 23.7%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D88DEE (or 0xD88DEE) is known color: Wisteria. HEX triplet: D8, 8D and EE. RGB value is (216,141,238). Sum of RGB (Red+Green+Blue) = 216+141+238=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D88DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DEE is #277211. Grayscale: #AEAEAE. Windows color (decimal): -2585106 or 15633880. OLE color: 15633880.

HSL color Cylindrical-coordinate representation of color #D88DEE: hue angle of 286.39º degrees, saturation: 0.74, 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 #D88DEE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 141 238 -
CMYK 0.09 0.41 0 0.07
HSL 286.39º 0.74% 0.74% -
HSV(B) 286.39º 0.41% 0.93% -
XYZ 53.28 39.82 85.77 -
YUV 174.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 216 141 238 0.09 0.41 0 0.07 286.39 0.74 0.74
Hex D8 8D EE 9 29 0 7 11E 4A 4A
Octal 330 215 356 11 51 0 7 436 112 112
Binary 11011000 10001101 11101110 1001 101001 0 111 100011110 1001010 1001010

Color Harmonies of #D88DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DEE

Black with #D88DEE

Text Example


Text Example

White with #D88DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DEE; }

 p { color: rgb(216,141,238); }

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

background-color css

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

 a { background-color: rgb(216,141,238); }

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

border-color css

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

 span { border-color: rgb(216,141,238); }

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