Html Css Color HEX #D69BE5 Wisteria

📋 copy color: '#D69BE5'

red 214 ◦ green 155 ◦ blue 229

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

Shades of Wisteria #D69BE5

Tints of Wisteria #D69BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.92%

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 35.79%
G = 25.92%
B = 38.29%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D69BE5 (or 0xD69BE5) is known color: Wisteria. HEX triplet: D6, 9B and E5. RGB value is (214,155,229). Sum of RGB (Red+Green+Blue) = 214+155+229=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #D69BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BE5 is #29641A. Grayscale: #B4B4B4. Windows color (decimal): -2712603 or 15047638. OLE color: 15047638.

HSL color Cylindrical-coordinate representation of color #D69BE5: hue angle of 287.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69BE5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 155 229 -
CMYK 0.07 0.32 0 0.10
HSL 287.84º 0.59% 0.75% -
HSV(B) 287.84º 0.32% 0.9% -
XYZ 53.6 43.4 79.68 -
YUV 181.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 214 155 229 0.07 0.32 0 0.10 287.84 0.59 0.75
Hex D6 9B E5 7 20 0 A 120 3B 4B
Octal 326 233 345 7 40 0 12 440 73 113
Binary 11010110 10011011 11100101 111 100000 0 1010 100100000 111011 1001011

Color Harmonies of #D69BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BE5

Black with #D69BE5

Text Example


Text Example

White with #D69BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BE5; }

 p { color: rgb(214,155,229); }

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

background-color css

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

 a { background-color: rgb(214,155,229); }

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

border-color css

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

 span { border-color: rgb(214,155,229); }

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