Html Css Color HEX #D2AADA Wisteria

📋 copy color: '#D2AADA'

red 210 ◦ green 170 ◦ blue 218

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

Shades of Wisteria #D2AADA

Tints of Wisteria #D2AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.43%

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 35.12%
G = 28.43%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2AADA (or 0xD2AADA) is known color: Wisteria. HEX triplet: D2, AA and DA. RGB value is (210,170,218). Sum of RGB (Red+Green+Blue) = 210+170+218=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADA is #2D5525. Grayscale: #BBBBBB. Windows color (decimal): -2970918 or 14330578. OLE color: 14330578.

HSL color Cylindrical-coordinate representation of color #D2AADA: hue angle of 290º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2AADA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 170 218 -
CMYK 0.04 0.22 0 0.15
HSL 290º 0.39% 0.76% -
HSV(B) 290º 0.22% 0.85% -
XYZ 53.61 47.51 72.68 -
YUV 187.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 210 170 218 0.04 0.22 0 0.15 290 0.39 0.76
Hex D2 AA DA 4 16 0 F 122 27 4C
Octal 322 252 332 4 26 0 17 442 47 114
Binary 11010010 10101010 11011010 100 10110 0 1111 100100010 100111 1001100

Color Harmonies of #D2AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AADA

Black with #D2AADA

Text Example


Text Example

White with #D2AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AADA; }

 p { color: rgb(210,170,218); }

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

background-color css

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

 a { background-color: rgb(210,170,218); }

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

border-color css

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

 span { border-color: rgb(210,170,218); }

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