Html Css Color HEX #D585F9 Heliotrope

📋 copy color: '#D585F9'

red 213 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #D585F9

Tints of Heliotrope #D585F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 35.8%
G = 22.35%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D585F9 (or 0xD585F9) is known color: Heliotrope. HEX triplet: D5, 85 and F9. RGB value is (213,133,249). Sum of RGB (Red+Green+Blue) = 213+133+249=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #D585F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585F9 is #2A7A06. Grayscale: #A9A9A9. Windows color (decimal): -2783751 or 16352725. OLE color: 16352725.

HSL color Cylindrical-coordinate representation of color #D585F9: hue angle of 281.38º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D585F9 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 133 249 -
CMYK 0.14 0.47 0 0.02
HSL 281.38º 0.91% 0.75% -
HSV(B) 281.38º 0.47% 0.98% -
XYZ 52.93 37.76 94.12 -
YUV 170.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 213 133 249 0.14 0.47 0 0.02 281.38 0.91 0.75
Hex D5 85 F9 E 2F 0 2 119 5B 4B
Octal 325 205 371 16 57 0 2 431 133 113
Binary 11010101 10000101 11111001 1110 101111 0 10 100011001 1011011 1001011

Color Harmonies of #D585F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585F9

Black with #D585F9

Text Example


Text Example

White with #D585F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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