Html Css Color HEX #D598E4 Wisteria

📋 copy color: '#D598E4'

red 213 ◦ green 152 ◦ blue 228

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

Shades of Wisteria #D598E4

Tints of Wisteria #D598E4

RGB

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

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

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

R = 35.92%
G = 25.63%
B = 38.45%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D598E4 (or 0xD598E4) is known color: Wisteria. HEX triplet: D5, 98 and E4. RGB value is (213,152,228). Sum of RGB (Red+Green+Blue) = 213+152+228=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D598E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598E4 is #2A671B. Grayscale: #B2B2B2. Windows color (decimal): -2778908 or 14981333. OLE color: 14981333.

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

Color convert

RGB 213 152 228 -
CMYK 0.07 0.33 0 0.11
HSL 288.16º 0.58% 0.75% -
HSV(B) 288.16º 0.33% 0.89% -
XYZ 52.67 42.2 78.77 -
YUV 178.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 213 152 228 0.07 0.33 0 0.11 288.16 0.58 0.75
Hex D5 98 E4 7 21 0 B 120 3A 4B
Octal 325 230 344 7 41 0 13 440 72 113
Binary 11010101 10011000 11100100 111 100001 0 1011 100100000 111010 1001011

Color Harmonies of #D598E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598E4

Black with #D598E4

Text Example


Text Example

White with #D598E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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