Html Css Color HEX #D58DFF Heliotrope

📋 copy color: '#D58DFF'

red 213 ◦ green 141 ◦ blue 255

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

Shades of Heliotrope #D58DFF

Tints of Heliotrope #D58DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.15%

 BLUE value IS 255 (100% from 255) = 41.87%

R = 34.98%
G = 23.15%
B = 41.87%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D58DFF (or 0xD58DFF) is known color: Heliotrope. HEX triplet: D5, 8D and FF. RGB value is (213,141,255). Sum of RGB (Red+Green+Blue) = 213+141+255=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D58DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFF is #2A7200. Grayscale: #AFAFAF. Windows color (decimal): -2781697 or 16747989. OLE color: 16747989.

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

Color convert

RGB 213 141 255 -
CMYK 0.16 0.45 0 0
HSL 277.89º 1% 0.78% -
HSV(B) 277.89º 0.45% 1% -
XYZ 55.02 40.42 99.51 -
YUV 175.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 213 141 255 0.16 0.45 0 0 277.89 1 0.78
Hex D5 8D FF 10 2D 0 0 116 64 4E
Octal 325 215 377 20 55 0 0 426 144 116
Binary 11010101 10001101 11111111 10000 101101 0 0 100010110 1100100 1001110

Color Harmonies of #D58DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DFF

Black with #D58DFF

Text Example


Text Example

White with #D58DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DFF; }

 p { color: rgb(213,141,255); }

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

background-color css

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

 a { background-color: rgb(213,141,255); }

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

border-color css

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

 span { border-color: rgb(213,141,255); }

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