Html Css Color HEX #D585EC Heliotrope

📋 copy color: '#D585EC'

red 213 ◦ green 133 ◦ blue 236

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

Shades of Heliotrope #D585EC

Tints of Heliotrope #D585EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 36.6%
G = 22.85%
B = 40.55%

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

#D585EC (or 0xD585EC) is known color: Heliotrope. HEX triplet: D5, 85 and EC. RGB value is (213,133,236). Sum of RGB (Red+Green+Blue) = 213+133+236=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #D585EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585EC is #2A7A13. Grayscale: #A8A8A8. Windows color (decimal): -2783764 or 15500757. OLE color: 15500757.

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

Color convert

RGB 213 133 236 -
CMYK 0.10 0.44 0 0.07
HSL 286.6º 0.73% 0.72% -
HSV(B) 286.6º 0.44% 0.93% -
XYZ 50.97 36.98 83.81 -
YUV 168.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 213 133 236 0.10 0.44 0 0.07 286.6 0.73 0.72
Hex D5 85 EC A 2C 0 7 11F 49 48
Octal 325 205 354 12 54 0 7 437 111 110
Binary 11010101 10000101 11101100 1010 101100 0 111 100011111 1001001 1001000

Color Harmonies of #D585EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585EC

Black with #D585EC

Text Example


Text Example

White with #D585EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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