Html Css Color HEX #D296EA Wisteria

📋 copy color: '#D296EA'

red 210 ◦ green 150 ◦ blue 234

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

Shades of Wisteria #D296EA

Tints of Wisteria #D296EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 35.35%
G = 25.25%
B = 39.39%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D296EA (or 0xD296EA) is known color: Wisteria. HEX triplet: D2, 96 and EA. RGB value is (210,150,234). Sum of RGB (Red+Green+Blue) = 210+150+234=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #D296EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296EA is #2D6915. Grayscale: #B1B1B1. Windows color (decimal): -2976022 or 15374034. OLE color: 15374034.

HSL color Cylindrical-coordinate representation of color #D296EA: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D296EA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 150 234 -
CMYK 0.10 0.36 0 0.08
HSL 282.86º 0.67% 0.75% -
HSV(B) 282.86º 0.36% 0.92% -
XYZ 52.34 41.45 83.09 -
YUV 177.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 210 150 234 0.10 0.36 0 0.08 282.86 0.67 0.75
Hex D2 96 EA A 24 0 8 11B 43 4B
Octal 322 226 352 12 44 0 10 433 103 113
Binary 11010010 10010110 11101010 1010 100100 0 1000 100011011 1000011 1001011

Color Harmonies of #D296EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296EA

Black with #D296EA

Text Example


Text Example

White with #D296EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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