Html Css Color HEX #D541FF Heliotrope

📋 copy color: '#D541FF'

red 213 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #D541FF

Tints of Heliotrope #D541FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.2%

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

R = 39.96%
G = 12.2%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D541FF (or 0xD541FF) is known color: Heliotrope. HEX triplet: D5, 41 and FF. RGB value is (213,65,255). Sum of RGB (Red+Green+Blue) = 213+65+255=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 65 (25.78% from 255 or 12.20% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D541FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541FF is #2ABE00. Grayscale: #828282. Windows color (decimal): -2801153 or 16728533. OLE color: 16728533.

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

Color convert

RGB 213 65 255 -
CMYK 0.16 0.75 0 0
HSL 286.74º 1% 0.63% -
HSV(B) 286.74º 0.75% 1% -
XYZ 47.38 25.15 96.96 -
YUV 130.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 213 65 255 0.16 0.75 0 0 286.74 1 0.63
Hex D5 41 FF 10 4B 0 0 11F 64 3F
Octal 325 101 377 20 113 0 0 437 144 77
Binary 11010101 1000001 11111111 10000 1001011 0 0 100011111 1100100 111111

Color Harmonies of #D541FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541FF

Black with #D541FF

Text Example


Text Example

White with #D541FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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