Html Css Color HEX #D441FC Heliotrope

📋 copy color: '#D441FC'

red 212 ◦ green 65 ◦ blue 252

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

Shades of Heliotrope #D441FC

Tints of Heliotrope #D441FC

RGB

 RED value IS 212 (83.2% from 255) = 40.08%

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

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

R = 40.08%
G = 12.29%
B = 47.64%

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

#D441FC (or 0xD441FC) is known color: Heliotrope. HEX triplet: D4, 41 and FC. RGB value is (212,65,252). Sum of RGB (Red+Green+Blue) = 212+65+252=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #D441FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441FC is #2BBE03. Grayscale: #818181. Windows color (decimal): -2866692 or 16531924. OLE color: 16531924.

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

Color convert

RGB 212 65 252 -
CMYK 0.16 0.74 0 0.01
HSL 287.17º 0.97% 0.62% -
HSV(B) 287.17º 0.74% 0.99% -
XYZ 46.61 24.81 94.43 -
YUV 130.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 212 65 252 0.16 0.74 0 0.01 287.17 0.97 0.62
Hex D4 41 FC 10 4A 0 1 11F 61 3E
Octal 324 101 374 20 112 0 1 437 141 76
Binary 11010100 1000001 11111100 10000 1001010 0 1 100011111 1100001 111110

Color Harmonies of #D441FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441FC

Black with #D441FC

Text Example


Text Example

White with #D441FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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