Html Css Color HEX #D0AADA Wisteria

📋 copy color: '#D0AADA'

red 208 ◦ green 170 ◦ blue 218

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

Shades of Wisteria #D0AADA

Tints of Wisteria #D0AADA

RGB

 RED value IS 208 (81.64% from 255) = 34.9%

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

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

R = 34.9%
G = 28.52%
B = 36.58%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0AADA (or 0xD0AADA) is known color: Wisteria. HEX triplet: D0, AA and DA. RGB value is (208,170,218). Sum of RGB (Red+Green+Blue) = 208+170+218=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADA is #2F5525. Grayscale: #BABABA. Windows color (decimal): -3101990 or 14330576. OLE color: 14330576.

HSL color Cylindrical-coordinate representation of color #D0AADA: hue angle of 287.5º 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 #D0AADA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 170 218 -
CMYK 0.05 0.22 0 0.15
HSL 287.5º 0.39% 0.76% -
HSV(B) 287.5º 0.22% 0.85% -
XYZ 53.04 47.22 72.65 -
YUV 186.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 208 170 218 0.05 0.22 0 0.15 287.5 0.39 0.76
Hex D0 AA DA 5 16 0 F 120 27 4C
Octal 320 252 332 5 26 0 17 440 47 114
Binary 11010000 10101010 11011010 101 10110 0 1111 100100000 100111 1001100

Color Harmonies of #D0AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AADA

Black with #D0AADA

Text Example


Text Example

White with #D0AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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