Html Css Color HEX #D79FEA Wisteria

📋 copy color: '#D79FEA'

red 215 ◦ green 159 ◦ blue 234

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

Shades of Wisteria #D79FEA

Tints of Wisteria #D79FEA

RGB

 RED value IS 215 (84.38% from 255) = 35.36%

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 35.36%
G = 26.15%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D79FEA (or 0xD79FEA) is known color: Wisteria. HEX triplet: D7, 9F and EA. RGB value is (215,159,234). Sum of RGB (Red+Green+Blue) = 215+159+234=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #D79FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FEA is #286015. Grayscale: #B8B8B8. Windows color (decimal): -2646038 or 15376343. OLE color: 15376343.

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

Color convert

RGB 215 159 234 -
CMYK 0.08 0.32 0 0.08
HSL 284.8º 0.64% 0.77% -
HSV(B) 284.8º 0.32% 0.92% -
XYZ 55.27 45.18 83.65 -
YUV 184.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 215 159 234 0.08 0.32 0 0.08 284.8 0.64 0.77
Hex D7 9F EA 8 20 0 8 11D 40 4D
Octal 327 237 352 10 40 0 10 435 100 115
Binary 11010111 10011111 11101010 1000 100000 0 1000 100011101 1000000 1001101

Color Harmonies of #D79FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FEA

Black with #D79FEA

Text Example


Text Example

White with #D79FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FEA; }

 p { color: rgb(215,159,234); }

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

background-color css

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

 a { background-color: rgb(215,159,234); }

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

border-color css

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

 span { border-color: rgb(215,159,234); }

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