Html Css Color HEX #D58FFE Heliotrope

📋 copy color: '#D58FFE'

red 213 ◦ green 143 ◦ blue 254

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

Shades of Heliotrope #D58FFE

Tints of Heliotrope #D58FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.44%

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

R = 34.92%
G = 23.44%
B = 41.64%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D58FFE (or 0xD58FFE) is known color: Heliotrope. HEX triplet: D5, 8F and FE. RGB value is (213,143,254). Sum of RGB (Red+Green+Blue) = 213+143+254=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #D58FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FFE is #2A7001. Grayscale: #B0B0B0. Windows color (decimal): -2781186 or 16682965. OLE color: 16682965.

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

Color convert

RGB 213 143 254 -
CMYK 0.16 0.44 0 0.00
HSL 277.84º 0.98% 0.78% -
HSV(B) 277.84º 0.44% 1% -
XYZ 55.15 40.95 98.76 -
YUV 176.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 213 143 254 0.16 0.44 0 0.00 277.84 0.98 0.78
Hex D5 8F FE 10 2C 0 0 116 62 4E
Octal 325 217 376 20 54 0 0 426 142 116
Binary 11010101 10001111 11111110 10000 101100 0 0 100010110 1100010 1001110

Color Harmonies of #D58FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FFE

Black with #D58FFE

Text Example


Text Example

White with #D58FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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