Html Css Color HEX #D585FE Heliotrope

📋 copy color: '#D585FE'

red 213 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #D585FE

Tints of Heliotrope #D585FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 35.5%
G = 22.17%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D585FE (or 0xD585FE) is known color: Heliotrope. HEX triplet: D5, 85 and FE. RGB value is (213,133,254). Sum of RGB (Red+Green+Blue) = 213+133+254=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #D585FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585FE is #2A7A01. Grayscale: #AAAAAA. Windows color (decimal): -2783746 or 16680405. OLE color: 16680405.

HSL color Cylindrical-coordinate representation of color #D585FE: hue angle of 279.67º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D585FE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 133 254 -
CMYK 0.16 0.48 0 0.00
HSL 279.67º 0.98% 0.76% -
HSV(B) 279.67º 0.48% 1% -
XYZ 53.72 38.08 98.28 -
YUV 170.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 213 133 254 0.16 0.48 0 0.00 279.67 0.98 0.76
Hex D5 85 FE 10 30 0 0 118 62 4C
Octal 325 205 376 20 60 0 0 430 142 114
Binary 11010101 10000101 11111110 10000 110000 0 0 100011000 1100010 1001100

Color Harmonies of #D585FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585FE

Black with #D585FE

Text Example


Text Example

White with #D585FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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