Html Css Color HEX #D0A2D8 Wisteria

📋 copy color: '#D0A2D8'

red 208 ◦ green 162 ◦ blue 216

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

Shades of Wisteria #D0A2D8

Tints of Wisteria #D0A2D8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.65%

 BLUE value IS 216 (84.77% from 255) = 36.86%

R = 35.49%
G = 27.65%
B = 36.86%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0A2D8 (or 0xD0A2D8) is known color: Wisteria. HEX triplet: D0, A2 and D8. RGB value is (208,162,216). Sum of RGB (Red+Green+Blue) = 208+162+216=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0A2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2D8 is #2F5D27. Grayscale: #B5B5B5. Windows color (decimal): -3104040 or 14197456. OLE color: 14197456.

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

Color convert

RGB 208 162 216 -
CMYK 0.04 0.25 0 0.15
HSL 291.11º 0.41% 0.74% -
HSV(B) 291.11º 0.25% 0.85% -
XYZ 51.33 44.21 70.79 -
YUV 181.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 208 162 216 0.04 0.25 0 0.15 291.11 0.41 0.74
Hex D0 A2 D8 4 19 0 F 123 29 4A
Octal 320 242 330 4 31 0 17 443 51 112
Binary 11010000 10100010 11011000 100 11001 0 1111 100100011 101001 1001010

Color Harmonies of #D0A2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2D8

Black with #D0A2D8

Text Example


Text Example

White with #D0A2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2D8; }

 p { color: rgb(208,162,216); }

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

background-color css

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

 a { background-color: rgb(208,162,216); }

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

border-color css

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

 span { border-color: rgb(208,162,216); }

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