Html Css Color HEX #D29AF1 Wisteria

📋 copy color: '#D29AF1'

red 210 ◦ green 154 ◦ blue 241

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

Shades of Wisteria #D29AF1

Tints of Wisteria #D29AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.45%

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

R = 34.71%
G = 25.45%
B = 39.83%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D29AF1 (or 0xD29AF1) is known color: Wisteria. HEX triplet: D2, 9A and F1. RGB value is (210,154,241). Sum of RGB (Red+Green+Blue) = 210+154+241=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #D29AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AF1 is #2D650E. Grayscale: #B4B4B4. Windows color (decimal): -2974991 or 15833810. OLE color: 15833810.

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

Color convert

RGB 210 154 241 -
CMYK 0.13 0.36 0 0.05
HSL 278.62º 0.76% 0.77% -
HSV(B) 278.62º 0.36% 0.95% -
XYZ 54.01 43.16 88.7 -
YUV 180.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 210 154 241 0.13 0.36 0 0.05 278.62 0.76 0.77
Hex D2 9A F1 D 24 0 5 117 4C 4D
Octal 322 232 361 15 44 0 5 427 114 115
Binary 11010010 10011010 11110001 1101 100100 0 101 100010111 1001100 1001101

Color Harmonies of #D29AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AF1

Black with #D29AF1

Text Example


Text Example

White with #D29AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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