Html Css Color HEX #D699EB Wisteria

📋 copy color: '#D699EB'

red 214 ◦ green 153 ◦ blue 235

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

Shades of Wisteria #D699EB

Tints of Wisteria #D699EB

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

 GREEN value IS 153 (60.16% from 255) = 25.42%

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 35.55%
G = 25.42%
B = 39.04%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D699EB (or 0xD699EB) is known color: Wisteria. HEX triplet: D6, 99 and EB. RGB value is (214,153,235). Sum of RGB (Red+Green+Blue) = 214+153+235=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D699EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699EB is #296614. Grayscale: #B4B4B4. Windows color (decimal): -2713109 or 15440342. OLE color: 15440342.

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

Color convert

RGB 214 153 235 -
CMYK 0.09 0.35 0 0.08
HSL 284.63º 0.67% 0.76% -
HSV(B) 284.63º 0.35% 0.92% -
XYZ 54.12 43.08 84.06 -
YUV 180.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 214 153 235 0.09 0.35 0 0.08 284.63 0.67 0.76
Hex D6 99 EB 9 23 0 8 11D 43 4C
Octal 326 231 353 11 43 0 10 435 103 114
Binary 11010110 10011001 11101011 1001 100011 0 1000 100011101 1000011 1001100

Color Harmonies of #D699EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699EB

Black with #D699EB

Text Example


Text Example

White with #D699EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699EB; }

 p { color: rgb(214,153,235); }

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

background-color css

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

 a { background-color: rgb(214,153,235); }

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

border-color css

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

 span { border-color: rgb(214,153,235); }

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