Html Css Color HEX #D841FC Heliotrope

📋 copy color: '#D841FC'

red 216 ◦ green 65 ◦ blue 252

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

Shades of Heliotrope #D841FC

Tints of Heliotrope #D841FC

RGB

 RED value IS 216 (84.77% from 255) = 40.53%

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

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

R = 40.53%
G = 12.2%
B = 47.28%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D841FC (or 0xD841FC) is known color: Heliotrope. HEX triplet: D8, 41 and FC. RGB value is (216,65,252). Sum of RGB (Red+Green+Blue) = 216+65+252=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 65 (25.78% from 255 or 12.20% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #D841FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D841FC is #27BE03. Grayscale: #828282. Windows color (decimal): -2604548 or 16531928. OLE color: 16531928.

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

Color convert

RGB 216 65 252 -
CMYK 0.14 0.74 0 0.01
HSL 288.45º 0.97% 0.62% -
HSV(B) 288.45º 0.74% 0.99% -
XYZ 47.78 25.41 94.48 -
YUV 131.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 216 65 252 0.14 0.74 0 0.01 288.45 0.97 0.62
Hex D8 41 FC E 4A 0 1 120 61 3E
Octal 330 101 374 16 112 0 1 440 141 76
Binary 11011000 1000001 11111100 1110 1001010 0 1 100100000 1100001 111110

Color Harmonies of #D841FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841FC

Black with #D841FC

Text Example


Text Example

White with #D841FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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