Html Css Color HEX #D598EF Wisteria

📋 copy color: '#D598EF'

red 213 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #D598EF

Tints of Wisteria #D598EF

RGB

 RED value IS 213 (83.59% from 255) = 35.26%

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

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

R = 35.26%
G = 25.17%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D598EF (or 0xD598EF) is known color: Wisteria. HEX triplet: D5, 98 and EF. RGB value is (213,152,239). Sum of RGB (Red+Green+Blue) = 213+152+239=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #D598EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598EF is #2A6710. Grayscale: #B3B3B3. Windows color (decimal): -2778897 or 15702229. OLE color: 15702229.

HSL color Cylindrical-coordinate representation of color #D598EF: hue angle of 282.07º 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 #D598EF is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 152 239 -
CMYK 0.11 0.36 0 0.06
HSL 282.07º 0.73% 0.77% -
HSV(B) 282.07º 0.36% 0.94% -
XYZ 54.25 42.83 87.07 -
YUV 180.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 213 152 239 0.11 0.36 0 0.06 282.07 0.73 0.77
Hex D5 98 EF B 24 0 6 11A 49 4D
Octal 325 230 357 13 44 0 6 432 111 115
Binary 11010101 10011000 11101111 1011 100100 0 110 100011010 1001001 1001101

Color Harmonies of #D598EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598EF

Black with #D598EF

Text Example


Text Example

White with #D598EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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