Html Css Color HEX #D0A8DA Wisteria

📋 copy color: '#D0A8DA'

red 208 ◦ green 168 ◦ blue 218

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

Shades of Wisteria #D0A8DA

Tints of Wisteria #D0A8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

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

R = 35.02%
G = 28.28%
B = 36.7%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0A8DA (or 0xD0A8DA) is known color: Wisteria. HEX triplet: D0, A8 and DA. RGB value is (208,168,218). Sum of RGB (Red+Green+Blue) = 208+168+218=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8DA is #2F5725. Grayscale: #B9B9B9. Windows color (decimal): -3102502 or 14330064. OLE color: 14330064.

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

Color convert

RGB 208 168 218 -
CMYK 0.05 0.23 0 0.15
HSL 288º 0.4% 0.76% -
HSV(B) 288º 0.23% 0.85% -
XYZ 52.67 46.48 72.52 -
YUV 185.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 208 168 218 0.05 0.23 0 0.15 288 0.4 0.76
Hex D0 A8 DA 5 17 0 F 120 28 4C
Octal 320 250 332 5 27 0 17 440 50 114
Binary 11010000 10101000 11011010 101 10111 0 1111 100100000 101000 1001100

Color Harmonies of #D0A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8DA

Black with #D0A8DA

Text Example


Text Example

White with #D0A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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