Html Css Color HEX #D88FF0 Wisteria

📋 copy color: '#D88FF0'

red 216 ◦ green 143 ◦ blue 240

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

Shades of Wisteria #D88FF0

Tints of Wisteria #D88FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.87%

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 36.06%
G = 23.87%
B = 40.07%

CMYK

 C value IS 0.1

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D88FF0 (or 0xD88FF0) is known color: Wisteria. HEX triplet: D8, 8F and F0. RGB value is (216,143,240). Sum of RGB (Red+Green+Blue) = 216+143+240=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #D88FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FF0 is #27700F. Grayscale: #AFAFAF. Windows color (decimal): -2584592 or 15765464. OLE color: 15765464.

HSL color Cylindrical-coordinate representation of color #D88FF0: hue angle of 285.15º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88FF0 is Cyan = 0.1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 143 240 -
CMYK 0.1 0.40 0 0.06
HSL 285.15º 0.76% 0.75% -
HSV(B) 285.15º 0.4% 0.94% -
XYZ 53.87 40.54 87.42 -
YUV 175.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 216 143 240 0.1 0.40 0 0.06 285.15 0.76 0.75
Hex D8 8F F0 A 28 0 6 11D 4C 4B
Octal 330 217 360 12 50 0 6 435 114 113
Binary 11011000 10001111 11110000 1010 101000 0 110 100011101 1001100 1001011

Color Harmonies of #D88FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FF0

Black with #D88FF0

Text Example


Text Example

White with #D88FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FF0; }

 p { color: rgb(216,143,240); }

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

background-color css

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

 a { background-color: rgb(216,143,240); }

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

border-color css

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

 span { border-color: rgb(216,143,240); }

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