Html Css Color HEX #D296DE Wisteria

📋 copy color: '#D296DE'

red 210 ◦ green 150 ◦ blue 222

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

Shades of Wisteria #D296DE

Tints of Wisteria #D296DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 36.08%
G = 25.77%
B = 38.14%

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

#D296DE (or 0xD296DE) is known color: Wisteria. HEX triplet: D2, 96 and DE. RGB value is (210,150,222). Sum of RGB (Red+Green+Blue) = 210+150+222=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D296DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DE is #2D6921. Grayscale: #AFAFAF. Windows color (decimal): -2976034 or 14587602. OLE color: 14587602.

HSL color Cylindrical-coordinate representation of color #D296DE: hue angle of 290º degrees, saturation: 0.52, 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 #D296DE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 150 222 -
CMYK 0.05 0.32 0 0.13
HSL 290º 0.52% 0.73% -
HSV(B) 290º 0.32% 0.87% -
XYZ 50.67 40.79 74.31 -
YUV 176.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 210 150 222 0.05 0.32 0 0.13 290 0.52 0.73
Hex D2 96 DE 5 20 0 D 122 34 49
Octal 322 226 336 5 40 0 15 442 64 111
Binary 11010010 10010110 11011110 101 100000 0 1101 100100010 110100 1001001

Color Harmonies of #D296DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296DE

Black with #D296DE

Text Example


Text Example

White with #D296DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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