Html Css Color HEX #D4ABDD Wisteria

📋 copy color: '#D4ABDD'

red 212 ◦ green 171 ◦ blue 221

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

Shades of Wisteria #D4ABDD

Tints of Wisteria #D4ABDD

RGB

 RED value IS 212 (83.2% from 255) = 35.1%

 GREEN value IS 171 (67.19% from 255) = 28.31%

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 35.1%
G = 28.31%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4ABDD (or 0xD4ABDD) is known color: Wisteria. HEX triplet: D4, AB and DD. RGB value is (212,171,221). Sum of RGB (Red+Green+Blue) = 212+171+221=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABDD is #2B5422. Grayscale: #BCBCBC. Windows color (decimal): -2839587 or 14527444. OLE color: 14527444.

HSL color Cylindrical-coordinate representation of color #D4ABDD: hue angle of 289.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4ABDD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 171 221 -
CMYK 0.04 0.23 0 0.13
HSL 289.2º 0.42% 0.77% -
HSV(B) 289.2º 0.23% 0.87% -
XYZ 54.77 48.34 74.85 -
YUV 188.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 212 171 221 0.04 0.23 0 0.13 289.2 0.42 0.77
Hex D4 AB DD 4 17 0 D 121 2A 4D
Octal 324 253 335 4 27 0 15 441 52 115
Binary 11010100 10101011 11011101 100 10111 0 1101 100100001 101010 1001101

Color Harmonies of #D4ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABDD

Black with #D4ABDD

Text Example


Text Example

White with #D4ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABDD; }

 p { color: rgb(212,171,221); }

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

background-color css

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

 a { background-color: rgb(212,171,221); }

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

border-color css

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

 span { border-color: rgb(212,171,221); }

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