Html Css Color HEX #D541FD Heliotrope

📋 copy color: '#D541FD'

red 213 ◦ green 65 ◦ blue 253

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

Shades of Heliotrope #D541FD

Tints of Heliotrope #D541FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 40.11%
G = 12.24%
B = 47.65%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D541FD (or 0xD541FD) is known color: Heliotrope. HEX triplet: D5, 41 and FD. RGB value is (213,65,253). Sum of RGB (Red+Green+Blue) = 213+65+253=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #D541FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541FD is #2ABE02. Grayscale: #828282. Windows color (decimal): -2801155 or 16597461. OLE color: 16597461.

HSL color Cylindrical-coordinate representation of color #D541FD: hue angle of 287.23º degrees, saturation: 0.98, 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 #D541FD is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 65 253 -
CMYK 0.16 0.74 0 0.01
HSL 287.23º 0.98% 0.62% -
HSV(B) 287.23º 0.74% 0.99% -
XYZ 47.06 25.02 95.28 -
YUV 130.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 213 65 253 0.16 0.74 0 0.01 287.23 0.98 0.62
Hex D5 41 FD 10 4A 0 1 11F 62 3E
Octal 325 101 375 20 112 0 1 437 142 76
Binary 11010101 1000001 11111101 10000 1001010 0 1 100011111 1100010 111110

Color Harmonies of #D541FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541FD

Black with #D541FD

Text Example


Text Example

White with #D541FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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