Html Css Color HEX #D699E9 Wisteria

📋 copy color: '#D699E9'

red 214 ◦ green 153 ◦ blue 233

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

Shades of Wisteria #D699E9

Tints of Wisteria #D699E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.83%

R = 35.67%
G = 25.5%
B = 38.83%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D699E9 (or 0xD699E9) is known color: Wisteria. HEX triplet: D6, 99 and E9. RGB value is (214,153,233). Sum of RGB (Red+Green+Blue) = 214+153+233=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #D699E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699E9 is #296616. Grayscale: #B4B4B4. Windows color (decimal): -2713111 or 15309270. OLE color: 15309270.

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

Color convert

RGB 214 153 233 -
CMYK 0.08 0.34 0 0.09
HSL 285.75º 0.65% 0.76% -
HSV(B) 285.75º 0.34% 0.91% -
XYZ 53.83 42.96 82.55 -
YUV 180.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 214 153 233 0.08 0.34 0 0.09 285.75 0.65 0.76
Hex D6 99 E9 8 22 0 9 11E 41 4C
Octal 326 231 351 10 42 0 11 436 101 114
Binary 11010110 10011001 11101001 1000 100010 0 1001 100011110 1000001 1001100

Color Harmonies of #D699E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699E9

Black with #D699E9

Text Example


Text Example

White with #D699E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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