Html Css Color HEX #D585ED Heliotrope

📋 copy color: '#D585ED'

red 213 ◦ green 133 ◦ blue 237

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

Shades of Heliotrope #D585ED

Tints of Heliotrope #D585ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.81%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 36.54%
G = 22.81%
B = 40.65%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D585ED (or 0xD585ED) is known color: Heliotrope. HEX triplet: D5, 85 and ED. RGB value is (213,133,237). Sum of RGB (Red+Green+Blue) = 213+133+237=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #D585ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585ED is #2A7A12. Grayscale: #A8A8A8. Windows color (decimal): -2783763 or 15566293. OLE color: 15566293.

HSL color Cylindrical-coordinate representation of color #D585ED: hue angle of 286.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D585ED is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 133 237 -
CMYK 0.10 0.44 0 0.07
HSL 286.15º 0.74% 0.73% -
HSV(B) 286.15º 0.44% 0.93% -
XYZ 51.11 37.04 84.58 -
YUV 168.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 213 133 237 0.10 0.44 0 0.07 286.15 0.74 0.73
Hex D5 85 ED A 2C 0 7 11E 4A 49
Octal 325 205 355 12 54 0 7 436 112 111
Binary 11010101 10000101 11101101 1010 101100 0 111 100011110 1001010 1001001

Color Harmonies of #D585ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585ED

Black with #D585ED

Text Example


Text Example

White with #D585ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585ED; }

 p { color: rgb(213,133,237); }

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

background-color css

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

 a { background-color: rgb(213,133,237); }

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

border-color css

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

 span { border-color: rgb(213,133,237); }

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