Html Css Color HEX #D296DD Wisteria

📋 copy color: '#D296DD'

red 210 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #D296DD

Tints of Wisteria #D296DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.82%

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

R = 36.14%
G = 25.82%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D296DD (or 0xD296DD) is known color: Wisteria. HEX triplet: D2, 96 and DD. RGB value is (210,150,221). Sum of RGB (Red+Green+Blue) = 210+150+221=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D296DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DD is #2D6922. Grayscale: #AFAFAF. Windows color (decimal): -2976035 or 14522066. OLE color: 14522066.

HSL color Cylindrical-coordinate representation of color #D296DD: hue angle of 290.7º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D296DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 150 221 -
CMYK 0.05 0.32 0 0.13
HSL 290.7º 0.51% 0.73% -
HSV(B) 290.7º 0.32% 0.87% -
XYZ 50.54 40.73 73.61 -
YUV 176.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 210 150 221 0.05 0.32 0 0.13 290.7 0.51 0.73
Hex D2 96 DD 5 20 0 D 123 33 49
Octal 322 226 335 5 40 0 15 443 63 111
Binary 11010010 10010110 11011101 101 100000 0 1101 100100011 110011 1001001

Color Harmonies of #D296DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296DD

Black with #D296DD

Text Example


Text Example

White with #D296DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296DD; }

 p { color: rgb(210,150,221); }

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

background-color css

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

 a { background-color: rgb(210,150,221); }

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

border-color css

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

 span { border-color: rgb(210,150,221); }

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