Html Css Color HEX #D599E5 Wisteria

📋 copy color: '#D599E5'

red 213 ◦ green 153 ◦ blue 229

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

Shades of Wisteria #D599E5

Tints of Wisteria #D599E5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.71%

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 35.8%
G = 25.71%
B = 38.49%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D599E5 (or 0xD599E5) is known color: Wisteria. HEX triplet: D5, 99 and E5. RGB value is (213,153,229). Sum of RGB (Red+Green+Blue) = 213+153+229=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D599E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599E5 is #2A661A. Grayscale: #B3B3B3. Windows color (decimal): -2778651 or 15047125. OLE color: 15047125.

HSL color Cylindrical-coordinate representation of color #D599E5: hue angle of 287.37º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D599E5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 153 229 -
CMYK 0.07 0.33 0 0.10
HSL 287.37º 0.59% 0.75% -
HSV(B) 287.37º 0.33% 0.9% -
XYZ 52.97 42.59 79.56 -
YUV 179.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 213 153 229 0.07 0.33 0 0.10 287.37 0.59 0.75
Hex D5 99 E5 7 21 0 A 11F 3B 4B
Octal 325 231 345 7 41 0 12 437 73 113
Binary 11010101 10011001 11100101 111 100001 0 1010 100011111 111011 1001011

Color Harmonies of #D599E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599E5

Black with #D599E5

Text Example


Text Example

White with #D599E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599E5; }

 p { color: rgb(213,153,229); }

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

background-color css

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

 a { background-color: rgb(213,153,229); }

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

border-color css

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

 span { border-color: rgb(213,153,229); }

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