Html Css Color HEX #D3AFE9 Wisteria

📋 copy color: '#D3AFE9'

red 211 ◦ green 175 ◦ blue 233

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

Shades of Wisteria #D3AFE9

Tints of Wisteria #D3AFE9

RGB

 RED value IS 211 (82.81% from 255) = 34.09%

 GREEN value IS 175 (68.75% from 255) = 28.27%

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

R = 34.09%
G = 28.27%
B = 37.64%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D3AFE9 (or 0xD3AFE9) is known color: Wisteria. HEX triplet: D3, AF and E9. RGB value is (211,175,233). Sum of RGB (Red+Green+Blue) = 211+175+233=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFE9 is #2C5016. Grayscale: #C0C0C0. Windows color (decimal): -2904087 or 15314899. OLE color: 15314899.

HSL color Cylindrical-coordinate representation of color #D3AFE9: hue angle of 277.24º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3AFE9 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 175 233 -
CMYK 0.09 0.25 0 0.09
HSL 277.24º 0.57% 0.8% -
HSV(B) 277.24º 0.25% 0.91% -
XYZ 56.9 50.39 83.82 -
YUV 192.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 211 175 233 0.09 0.25 0 0.09 277.24 0.57 0.8
Hex D3 AF E9 9 19 0 9 115 39 50
Octal 323 257 351 11 31 0 11 425 71 120
Binary 11010011 10101111 11101001 1001 11001 0 1001 100010101 111001 1010000

Color Harmonies of #D3AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFE9

Black with #D3AFE9

Text Example


Text Example

White with #D3AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFE9; }

 p { color: rgb(211,175,233); }

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

background-color css

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

 a { background-color: rgb(211,175,233); }

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

border-color css

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

 span { border-color: rgb(211,175,233); }

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