Html Css Color HEX #D93BFF Heliotrope

📋 copy color: '#D93BFF'

red 217 ◦ green 59 ◦ blue 255

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

Shades of Heliotrope #D93BFF

Tints of Heliotrope #D93BFF

RGB

 RED value IS 217 (85.16% from 255) = 40.87%

 GREEN value IS 59 (23.44% from 255) = 11.11%

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

R = 40.87%
G = 11.11%
B = 48.02%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D93BFF (or 0xD93BFF) is known color: Heliotrope. HEX triplet: D9, 3B and FF. RGB value is (217,59,255). Sum of RGB (Red+Green+Blue) = 217+59+255=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #D93BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93BFF is #26C400. Grayscale: #7F7F7F. Windows color (decimal): -2540545 or 16727001. OLE color: 16727001.

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

Color convert

RGB 217 59 255 -
CMYK 0.15 0.77 0 0
HSL 288.37º 1% 0.62% -
HSV(B) 288.37º 0.77% 1% -
XYZ 48.23 25.1 96.91 -
YUV 128.59 199.35 191.06 -
System Red Green Blue C M Y K H S L
Decimal 217 59 255 0.15 0.77 0 0 288.37 1 0.62
Hex D9 3B FF F 4D 0 0 120 64 3E
Octal 331 73 377 17 115 0 0 440 144 76
Binary 11011001 111011 11111111 1111 1001101 0 0 100100000 1100100 111110

Color Harmonies of #D93BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93BFF

Black with #D93BFF

Text Example


Text Example

White with #D93BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93BFF; }

 p { color: rgb(217,59,255); }

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

background-color css

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

 a { background-color: rgb(217,59,255); }

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

border-color css

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

 span { border-color: rgb(217,59,255); }

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