Html Css Color HEX #D29EF1 Wisteria

📋 copy color: '#D29EF1'

red 210 ◦ green 158 ◦ blue 241

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

Shades of Wisteria #D29EF1

Tints of Wisteria #D29EF1

RGB

 RED value IS 210 (82.42% from 255) = 34.48%

 GREEN value IS 158 (62.11% from 255) = 25.94%

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 34.48%
G = 25.94%
B = 39.57%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D29EF1 (or 0xD29EF1) is known color: Wisteria. HEX triplet: D2, 9E and F1. RGB value is (210,158,241). Sum of RGB (Red+Green+Blue) = 210+158+241=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #D29EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EF1 is #2D610E. Grayscale: #B6B6B6. Windows color (decimal): -2973967 or 15834834. OLE color: 15834834.

HSL color Cylindrical-coordinate representation of color #D29EF1: hue angle of 277.59º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29EF1 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 158 241 -
CMYK 0.13 0.34 0 0.05
HSL 277.59º 0.75% 0.78% -
HSV(B) 277.59º 0.34% 0.95% -
XYZ 54.68 44.51 88.93 -
YUV 183.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 210 158 241 0.13 0.34 0 0.05 277.59 0.75 0.78
Hex D2 9E F1 D 22 0 5 116 4B 4E
Octal 322 236 361 15 42 0 5 426 113 116
Binary 11010010 10011110 11110001 1101 100010 0 101 100010110 1001011 1001110

Color Harmonies of #D29EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EF1

Black with #D29EF1

Text Example


Text Example

White with #D29EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EF1; }

 p { color: rgb(210,158,241); }

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

background-color css

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

 a { background-color: rgb(210,158,241); }

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

border-color css

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

 span { border-color: rgb(210,158,241); }

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