Html Css Color HEX #D541FC Heliotrope

📋 copy color: '#D541FC'

red 213 ◦ green 65 ◦ blue 252

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

Shades of Heliotrope #D541FC

Tints of Heliotrope #D541FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 40.19%
G = 12.26%
B = 47.55%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D541FC (or 0xD541FC) is known color: Heliotrope. HEX triplet: D5, 41 and FC. RGB value is (213,65,252). Sum of RGB (Red+Green+Blue) = 213+65+252=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #D541FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541FC is #2ABE03. Grayscale: #818181. Windows color (decimal): -2801156 or 16531925. OLE color: 16531925.

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

Color convert

RGB 213 65 252 -
CMYK 0.15 0.74 0 0.01
HSL 287.49º 0.97% 0.62% -
HSV(B) 287.49º 0.74% 0.99% -
XYZ 46.9 24.96 94.44 -
YUV 130.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 213 65 252 0.15 0.74 0 0.01 287.49 0.97 0.62
Hex D5 41 FC F 4A 0 1 11F 61 3E
Octal 325 101 374 17 112 0 1 437 141 76
Binary 11010101 1000001 11111100 1111 1001010 0 1 100011111 1100001 111110

Color Harmonies of #D541FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541FC

Black with #D541FC

Text Example


Text Example

White with #D541FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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