Html Css Color HEX #D298EA Wisteria

📋 copy color: '#D298EA'

red 210 ◦ green 152 ◦ blue 234

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

Shades of Wisteria #D298EA

Tints of Wisteria #D298EA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.5%

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

R = 35.23%
G = 25.5%
B = 39.26%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D298EA (or 0xD298EA) is known color: Wisteria. HEX triplet: D2, 98 and EA. RGB value is (210,152,234). Sum of RGB (Red+Green+Blue) = 210+152+234=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D298EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298EA is #2D6715. Grayscale: #B2B2B2. Windows color (decimal): -2975510 or 15374546. OLE color: 15374546.

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

Color convert

RGB 210 152 234 -
CMYK 0.10 0.35 0 0.08
HSL 282.44º 0.66% 0.76% -
HSV(B) 282.44º 0.35% 0.92% -
XYZ 52.66 42.1 83.19 -
YUV 178.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 210 152 234 0.10 0.35 0 0.08 282.44 0.66 0.76
Hex D2 98 EA A 23 0 8 11A 42 4C
Octal 322 230 352 12 43 0 10 432 102 114
Binary 11010010 10011000 11101010 1010 100011 0 1000 100011010 1000010 1001100

Color Harmonies of #D298EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298EA

Black with #D298EA

Text Example


Text Example

White with #D298EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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