Html Css Color HEX #D498E8 Wisteria

📋 copy color: '#D498E8'

red 212 ◦ green 152 ◦ blue 232

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

Shades of Wisteria #D498E8

Tints of Wisteria #D498E8

RGB

 RED value IS 212 (83.2% from 255) = 35.57%

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

 BLUE value IS 232 (91.02% from 255) = 38.93%

R = 35.57%
G = 25.5%
B = 38.93%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D498E8 (or 0xD498E8) is known color: Wisteria. HEX triplet: D4, 98 and E8. RGB value is (212,152,232). Sum of RGB (Red+Green+Blue) = 212+152+232=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #D498E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498E8 is #2B6717. Grayscale: #B2B2B2. Windows color (decimal): -2844440 or 15243476. OLE color: 15243476.

HSL color Cylindrical-coordinate representation of color #D498E8: hue angle of 285º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D498E8 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 152 232 -
CMYK 0.09 0.34 0 0.09
HSL 285º 0.63% 0.75% -
HSV(B) 285º 0.34% 0.91% -
XYZ 52.95 42.28 81.71 -
YUV 179.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 212 152 232 0.09 0.34 0 0.09 285 0.63 0.75
Hex D4 98 E8 9 22 0 9 11D 3F 4B
Octal 324 230 350 11 42 0 11 435 77 113
Binary 11010100 10011000 11101000 1001 100010 0 1001 100011101 111111 1001011

Color Harmonies of #D498E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498E8

Black with #D498E8

Text Example


Text Example

White with #D498E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498E8; }

 p { color: rgb(212,152,232); }

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

background-color css

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

 a { background-color: rgb(212,152,232); }

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

border-color css

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

 span { border-color: rgb(212,152,232); }

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