Html Css Color HEX #D69FE9 Wisteria

📋 copy color: '#D69FE9'

red 214 ◦ green 159 ◦ blue 233

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

Shades of Wisteria #D69FE9

Tints of Wisteria #D69FE9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.24%

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

R = 35.31%
G = 26.24%
B = 38.45%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D69FE9 (or 0xD69FE9) is known color: Wisteria. HEX triplet: D6, 9F and E9. RGB value is (214,159,233). Sum of RGB (Red+Green+Blue) = 214+159+233=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #D69FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FE9 is #296016. Grayscale: #B7B7B7. Windows color (decimal): -2711575 or 15310806. OLE color: 15310806.

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

Color convert

RGB 214 159 233 -
CMYK 0.08 0.32 0 0.09
HSL 284.59º 0.63% 0.77% -
HSV(B) 284.59º 0.32% 0.91% -
XYZ 54.84 44.98 82.88 -
YUV 183.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 214 159 233 0.08 0.32 0 0.09 284.59 0.63 0.77
Hex D6 9F E9 8 20 0 9 11D 3F 4D
Octal 326 237 351 10 40 0 11 435 77 115
Binary 11010110 10011111 11101001 1000 100000 0 1001 100011101 111111 1001101

Color Harmonies of #D69FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FE9

Black with #D69FE9

Text Example


Text Example

White with #D69FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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