Html Css Color HEX #D298EF Wisteria

📋 copy color: '#D298EF'

red 210 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #D298EF

Tints of Wisteria #D298EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 34.94%
G = 25.29%
B = 39.77%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D298EF (or 0xD298EF) is known color: Wisteria. HEX triplet: D2, 98 and EF. RGB value is (210,152,239). Sum of RGB (Red+Green+Blue) = 210+152+239=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #D298EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298EF is #2D6710. Grayscale: #B2B2B2. Windows color (decimal): -2975505 or 15702226. OLE color: 15702226.

HSL color Cylindrical-coordinate representation of color #D298EF: hue angle of 280º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D298EF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 152 239 -
CMYK 0.12 0.36 0 0.06
HSL 280º 0.73% 0.77% -
HSV(B) 280º 0.36% 0.94% -
XYZ 53.39 42.39 87.03 -
YUV 179.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 210 152 239 0.12 0.36 0 0.06 280 0.73 0.77
Hex D2 98 EF C 24 0 6 118 49 4D
Octal 322 230 357 14 44 0 6 430 111 115
Binary 11010010 10011000 11101111 1100 100100 0 110 100011000 1001001 1001101

Color Harmonies of #D298EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298EF

Black with #D298EF

Text Example


Text Example

White with #D298EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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