Html Css Color HEX #D298E4 Wisteria

📋 copy color: '#D298E4'

red 210 ◦ green 152 ◦ blue 228

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

Shades of Wisteria #D298E4

Tints of Wisteria #D298E4

RGB

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

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

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

R = 35.59%
G = 25.76%
B = 38.64%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D298E4 (or 0xD298E4) is known color: Wisteria. HEX triplet: D2, 98 and E4. RGB value is (210,152,228). Sum of RGB (Red+Green+Blue) = 210+152+228=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #D298E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298E4 is #2D671B. Grayscale: #B1B1B1. Windows color (decimal): -2975516 or 14981330. OLE color: 14981330.

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

Color convert

RGB 210 152 228 -
CMYK 0.08 0.33 0 0.11
HSL 285.79º 0.58% 0.75% -
HSV(B) 285.79º 0.33% 0.89% -
XYZ 51.81 41.76 78.73 -
YUV 178.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 210 152 228 0.08 0.33 0 0.11 285.79 0.58 0.75
Hex D2 98 E4 8 21 0 B 11E 3A 4B
Octal 322 230 344 10 41 0 13 436 72 113
Binary 11010010 10011000 11100100 1000 100001 0 1011 100011110 111010 1001011

Color Harmonies of #D298E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298E4

Black with #D298E4

Text Example


Text Example

White with #D298E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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