Html Css Color HEX #D296E4 Wisteria

📋 copy color: '#D296E4'

red 210 ◦ green 150 ◦ blue 228

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

Shades of Wisteria #D296E4

Tints of Wisteria #D296E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 35.71%
G = 25.51%
B = 38.78%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D296E4 (or 0xD296E4) is known color: Wisteria. HEX triplet: D2, 96 and E4. RGB value is (210,150,228). Sum of RGB (Red+Green+Blue) = 210+150+228=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #D296E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296E4 is #2D691B. Grayscale: #B0B0B0. Windows color (decimal): -2976028 or 14980818. OLE color: 14980818.

HSL color Cylindrical-coordinate representation of color #D296E4: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D296E4 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 150 228 -
CMYK 0.08 0.34 0 0.11
HSL 286.15º 0.59% 0.74% -
HSV(B) 286.15º 0.34% 0.89% -
XYZ 51.49 41.12 78.62 -
YUV 176.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 210 150 228 0.08 0.34 0 0.11 286.15 0.59 0.74
Hex D2 96 E4 8 22 0 B 11E 3B 4A
Octal 322 226 344 10 42 0 13 436 73 112
Binary 11010010 10010110 11100100 1000 100010 0 1011 100011110 111011 1001010

Color Harmonies of #D296E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296E4

Black with #D296E4

Text Example


Text Example

White with #D296E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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